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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
UTF-8 | 횥쨍횗짠횩횕^ | 11101101100110101010010111101100101010001000110111101101100110101001011111101100101001111010000011101101100110101010100111101101100110101001010101011110 | ed9aa5eca88ded9a97eca7a0ed9aa9ed9a955e |
UHC | 횥쨍횗짠횩횕^ | 11000011100111001100001010111000110000111001000111000010101001111100001110011111110000111000111101011110 | c39cc2b8c391c2a7c39fc38f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)