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 | 日?臟謗 | 10010011111110100011111111100100011001101110011010001110 | 93fa3fe466e68e |
EUC-JP | 日?臟謗 | 11000110111111000011111111100111110001111110101111101110 | c6fc3fe7c7ebee |
UTF-8 | 日렮臟謗 | 111001101001011110100101111010111010000010101110111010001000011110011111111010001010110010010111 | e697a5eba0aee8879fe8ac97 |
UHC | 日렮臟謗 | 1110110011101101100011101011101111101101111101001101101110111111 | eced8ebbedf4dbbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)