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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜈ェ豬」B | 11100101100001011010101011100110101101011010001101000010 | e585aae6b5a342 |
EUC-JP | 蜈ェ豬」B | 111010011110010110001110101010101110110010110111100011101010001101000010 | e9e58eaaecb78ea342 |
UTF-8 | 蜈ェ豬」B | 11101000100111001000100011101111101111011010101011101000101100011010110011101111101111011010001101000010 | e89c88efbdaae8b1acefbda342 |
UHC | 蜈???B | 111010001010010100111111001111110011111101000010 | e8a53f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)