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 | 綜?e | 1001000110001110001111111000001010000101 | 918e3f8285 |
EUC-JP | 綜?e | 1100000111101110001111111010001111100101 | c1ee3fa3e5 |
UTF-8 | 綜펙e | 111001111011011010011100111011011000111010011001111011111011110110000101 | e7b69ced8e99efbd85 |
UHC | 綜펙e | 111100001111110011000110111001011010001111100101 | f0fcc6e5a3e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)