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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 讖呈國BF | 1110011010101001100100101110011010011010101000000100001001000110 | e6a992e69aa04246 |
EUC-JP | 讖呈國BF | 1110110010101011110001001110100011010100101000100100001001000110 | ecabc4e8d4a24246 |
UTF-8 | 讖呈國BF | 1110100010101110100101101110010110010001100010001110010110011100100010110100001001000110 | e8ae96e59188e59c8b4246 |
UHC | 讖呈國BF | 1111001111011001111011111101000011001111110100000100001001000110 | f3d9efd0cfd04246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)