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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?碎? | 00111111111000011110101000111111 | 3fe1ea3f |
EUC-JP | ?碎? | 00111111111000101110110000111111 | 3fe2ec3f |
UTF-8 | 렣碎롃 | 111010111010000010100011111001111010001010001110111010111010000110000011 | eba0a3e7a28eeba183 |
UHC | 렣碎롃 | 100011101011010011100001111011111000111011001010 | 8eb4e1ef8eca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)