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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牆?臟謗 | 11100000101011010011111111100100011001101110011010001110 | e0ad3fe466e68e |
EUC-JP | 牆?臟謗 | 11100000101011110011111111100111110001111110101111101110 | e0af3fe7c7ebee |
UTF-8 | 牆렮臟謗 | 111001111000100110000110111010111010000010101110111010001000011110011111111010001010110010010111 | e78986eba0aee8879fe8ac97 |
UHC | 牆렮臟謗 | 1110110111101101100011101011101111101101111101001101101110111111 | eded8ebbedf4dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)