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 | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 鞨カ蝪オBF | 1110100011100000101101101110010110100001101101010100001001000110 | e8e0b6e5a1b54246 |
EUC-JP | 鞨カ蝪オBF | 11110000111000101000111010110110111010101010001110001110101101010100001001000110 | f0e28eb6eaa38eb54246 |
UTF-8 | 鞨カ蝪オBF | 1110100110011110101010001110111110111101101101101110100010011101101010101110111110111101101101010100001001000110 | e99ea8efbdb6e89daaefbdb54246 |
UHC | 鞨???BF | 11001010111010100011111100111111001111110100001001000110 | caea3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)