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 | 帽瀏頌 | 100101100101100011100000011001111110100011110001 | 9658e067e8f1 |
EUC-JP | 帽瀏頌 | 110010111011100111011111110010001111000011110011 | cbb9dfc8f0f3 |
UTF-8 | 帽瀏頌 | 111001011011100010111101111001111000000010001111111010011010000010001100 | e5b8bde7808fe9a08c |
UHC | 帽瀏頌 | 110110011011011011010111101101111110000111101011 | d9b6d7b7e1eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)