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 | 11100101101011111010100111100101101011111010100101000010 | e5afa9e5afa942 |
EUC-JP | 蟇ゥ蟇ゥB | 111010101011000110001110101010011110101010110001100011101010100101000010 | eab18ea9eab18ea942 |
UTF-8 | 蟇ゥ蟇ゥB | 11101000100111111000011111101111101111011010100111101000100111111000011111101111101111011010100101000010 | e89f87efbda9e89f87efbda942 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)