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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 牆???^ | 111000001010110100111111001111110011111101011110 | e0ad3f3f3f5e |
EUC-JP | 牆?獐?^ | 1110000010101111001111111000111111001011101110100011111101011110 | e0af3f8fcbba3f5e |
UTF-8 | 牆렪獐렏^ | 11100111100010011000011011101011101000001010101011100111100011011001000011101011101000001000111101011110 | e78986eba0aae78d90eba08f5e |
UHC | 牆렪獐렏^ | 111011011110110110001110101110001110110111101111100011101010010101011110 | eded8eb8edef8ea55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)