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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 赤?癖h | 100100001101010000111111100101011100100001101000 | 90d43f95c868 |
EUC-JP | 赤?癖h | 110000001101011000111111110010101100101001101000 | c0d63fcaca68 |
UTF-8 | 赤띤癖h | 11101000101101011010010011101011100111011010010011100111100110011001011001101000 | e8b5a4eb9da4e7999668 |
UHC | 赤띤癖h | 11101110111001011011011011101101110110111111111001101000 | eee5b6eddbfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)