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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | ?譽嶸サ@h | 0011111111100110101000111111101010110100101110110100000001101000 | 3fe6a3fab4bb4068 |
EUC-JP | 嶴譽嶸サ@h | 100011111011101111110011111011001010010110001111101110111111010010001110101110110100000001101000 | 8fbbf3eca58fbbf48ebb4068 |
UTF-8 | 嶴譽嶸サ@h | 1110010110110110101101001110100010101101101111011110010110110110101110001110111110111101101110110100000001101000 | e5b6b4e8adbde5b6b8efbdbb4068 |
UHC | ?譽嶸?@h | 0011111111100111111000101110011110101110001111110100000001101000 | 3fe7e2e7ae3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)