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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蟇ャ蟇ャh | 11100101101011111010110011100101101011111010110001101000 | e5aface5afac68 |
EUC-JP | 蟇ャ蟇ャh | 111010101011000110001110101011001110101010110001100011101010110001101000 | eab18eaceab18eac68 |
UTF-8 | 蟇ャ蟇ャh | 11101000100111111000011111101111101111011010110011101000100111111000011111101111101111011010110001101000 | e89f87efbdace89f87efbdac68 |
UHC | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)