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??U^ | 00111111001111110101010100111111001111110101010101011110 | 3f3f553f3f555e |
SJIS-WIN | ??U??U^ | 00111111001111110101010100111111001111110101010101011110 | 3f3f553f3f555e |
EUC-JP | ??U??U^ | 00111111001111110101010100111111001111110101010101011110 | 3f3f553f3f555e |
UTF-8 | 횒횜U횒횜U^ | 111011011001101010010010111011011001101010011100010101011110110110011010100100101110110110011010100111000101010101011110 | ed9a92ed9a9c55ed9a92ed9a9c555e |
UHC | 횒횜U횒횜U^ | 1100001110001101110000111001011001010101110000111000110111000011100101100101010101011110 | c38dc39655c38dc396555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)