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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 曖???審 | 10011110010000100011111100111111001111111001000001010010 | 9e423f3f3f9052 |
EUC-JP | 曖???審 | 11011011101000110011111100111111001111111011111110110011 | dba33f3f3fbfb3 |
UTF-8 | 曖럡랡뿒審 | 111001101001101110010110111010111001111110100001111010111001111010100001111010111011111110010010111001011010111110101001 | e69b96eb9fa1eb9ea1ebbf92e5afa9 |
UHC | 曖럡랡뿒審 | 11100100111100101000111010000100100011100100001010010111100101101110001111111011 | e4f28e848e429796e3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)