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 | ????G | 0011111100111111001111110011111101000111 | 3f3f3f3f47 |
SJIS-WIN | 蔵測息測G | 100100011010000010010001101010101001000110100111100100011010101001000111 | 91a091aa91a791aa47 |
EUC-JP | 蔵測息測G | 110000101010001011000010101011001100001010101001110000101010110001000111 | c2a2c2acc2a9c2ac47 |
UTF-8 | 蔵測息測G | 11101000100101001011010111100110101110001010110011100110100000011010111111100110101110001010110001000111 | e894b5e6b8ace681afe6b8ac47 |
UHC | ?測息測G | 0011111111110110101101001110001111010011111101101011010001000111 | 3ff6b4e3d3f6b447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)