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 | 舌舌? | 1001000011100011100100001110001100111111 | 90e390e33f |
EUC-JP | 舌舌? | 1100000011100101110000001110010100111111 | c0e5c0e53f |
UTF-8 | 舌舌롊 | 111010001000100010001100111010001000100010001100111010111010000110001010 | e8888ce8888ceba18a |
UHC | 舌舌롊 | 111000001101111111100000110111111000111011010000 | e0dfe0df8ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)