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 | 10011000101010101110010101100010100010111101110101101000 | 98aae5628bdd68 |
EUC-JP | 亂蘆襟h | 11010000101011001110100111000011101101101101111101101000 | d0ace9c3b6df68 |
UTF-8 | 亂蘆襟h | 11100100101110101000001011101000100110001000011011101000101001011001111101101000 | e4ba82e89886e8a59f68 |
UHC | 亂蘆襟h | 11010101101011111101011011010110110100001101110001101000 | d5afd6d6d0dc68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)