To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邨ゎ∟蜉搾ァ | 1110011110110101100000101110110010000111100110001110010110001010100011011110111110100111 | e7b582ec8798e58a8defa7 |
EUC-JP | 邨ゎ?蜉搾ァ | 1110111010110111101001001110111000111111111010011110101010111010111100011000111010100111 | eeb7a4ee3fe9eabaf18ea7 |
UTF-8 | 邨ゎ∟蜉搾ァ | 111010011000001010101000111000111000001010001110111000101000100010011111111010001001110010001001111001101001000010111110111011111011110110100111 | e982a8e3828ee2889fe89c89e690beefbda7 |
UHC | 邨ゎ??搾? | 111101011011111010101010111011100011111100111111111100111011011000111111 | f5beaaee3f3ff3b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)