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 | 逋珪 | 11100111100110011000110001011101 | e7998c5d |
EUC-JP | 逋珪 | 11101101111110011011011110111110 | edf9b7be |
UTF-8 | 逋珪 | 111010011000000010001011111001111000111110101010 | e9808be78faa |
UHC | 逋珪 | 11111000111001111101000010101000 | f8e7d0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)