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 | 鄒板。 | 1110011110111110100101001100001010100001 | e7be94c2a1 |
EUC-JP | 鄒板。 | 111011101100000011001000110001001000111010100001 | eec0c8c48ea1 |
UTF-8 | 鄒板。 | 111010011000010010010010111001101001110110111111111011111011110110100001 | e98492e69dbfefbda1 |
UHC | 鄒板? | 1111010111011011111101111111100100111111 | f5dbf7f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)