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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 牆??\ | 1110000010101101001111110011111101011100 | e0ad3f3f5c |
EUC-JP | 牆??\ | 1110000010101111001111110011111101011100 | e0af3f3f5c |
UTF-8 | 牆쇤짹\ | 11100111100010011000011011101100100001111010010011101100101001111011100101011100 | e78986ec87a4eca7b95c |
UHC | 牆쇤짹\ | 11101101111011011011110011101001110000101011000101011100 | ededbce9c2b15c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)