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 | 10010100010001000011111110010100010001000011111101000010 | 94443f94443f42 |
EUC-JP | 妊錟妊錟B | 1100011110100101100011111110010011011101110001111010010110001111111001001101110101000010 | c7a58fe4ddc7a58fe4dd42 |
UTF-8 | 妊錟妊錟B | 11100101101001101000101011101001100011001001111111100101101001101000101011101001100011001001111101000010 | e5a68ae98c9fe5a68ae98c9f42 |
UHC | 妊錟妊錟B | 111011001111010011010011110010101110110011110100110100111100101001000010 | ecf4d3caecf4d3ca42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)