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 | ???U^ | 0011111100111111001111110101010101011110 | 3f3f3f555e |
SJIS-WIN | 辱??U^ | 100100000100101000111111001111110101010101011110 | 904a3f3f555e |
EUC-JP | 辱??U^ | 101111111010101100111111001111110101010101011110 | bfab3f3f555e |
UTF-8 | 辱녻눎U^ | 1110100010111110101100011110101110000101101110111110101110001000100011100101010101011110 | e8beb1eb85bbeb888e555e |
UHC | 辱녻눎U^ | 1110100110110100100001101110100010000111101010100101010101011110 | e9b486e887aa555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)