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 | 蠍ク讚檻 | 11100101101101101011100011100110101010111001111101000010 | e5b6b8e6ab9f42 |
EUC-JP | 蠍ク讚檻 | 1110101010111000100011101011100011101100101011011101110110100011 | eab88eb8ecaddda3 |
UTF-8 | 蠍ク讚檻 | 111010001010000010001101111011111011110110111000111010001010111010011010111001101010101010111011 | e8a08defbdb8e8ae9ae6aabb |
UHC | ??讚檻 | 001111110011111111110011110001101111100111100011 | 3f3ff3c6f9e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)