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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 逋熊 | 11100111100110011000110001000110 | e7998c46 |
EUC-JP | 逋熊 | 11101101111110011011011110100111 | edf9b7a7 |
UTF-8 | 逋熊 | 111010011000000010001011111001111000011010001010 | e9808be7868a |
UHC | 逋熊 | 11111000111001111110101010101000 | f8e7eaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)