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 | ?肆 | 001111111110001111100110 | 3fe3e6 |
EUC-JP | 塼肆 | 1000111110111000101110011110011011101000 | 8fb8b9e6e8 |
UTF-8 | 塼肆 | 111001011010000110111100111010001000001010000110 | e5a1bce88286 |
UHC | 塼肆 | 11101110111101001101111011101011 | eef4deeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)