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 | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 痾韜痣@h | 1110000101111101111010001110100111100001011110110100000001101000 | e17de8e9e17b4068 |
EUC-JP | 痾韜痣@h | 1110000111011110111100001110101111100001110111000100000001101000 | e1def0ebe1dc4068 |
UTF-8 | 痾韜痣@h | 1110011110010111101111101110100110011111100111001110011110010111101000110100000001101000 | e797bee99f9ce797a34068 |
UHC | ?韜?@h | 001111111101010010110111001111110100000001101000 | 3fd4b73f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)