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 | 綮冗左 | 111000110101101010001111111001111000110110110110 | e35a8fe78db6 |
EUC-JP | 綮冗左 | 111001011011101110111110111010011011101010111000 | e5bbbee9bab8 |
UTF-8 | 綮冗左 | 111001111011011010101110111001011000011010010111111001011011011110100110 | e7b6aee58697e5b7a6 |
UHC | ?冗左 | 0011111111101001101101111111000110100111 | 3fe9b7f1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)