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 | ???wh | 0011111100111111001111110111011101101000 | 3f3f3f7768 |
SJIS-WIN | 痾韈韜wh | 1110000101111101111010001110011111101000111010010111011101101000 | e17de8e7e8e97768 |
EUC-JP | 痾韈韜wh | 1110000111011110111100001110100111110000111010110111011101101000 | e1def0e9f0eb7768 |
UTF-8 | 痾韈韜wh | 1110011110010111101111101110100110011111100010001110100110011111100111000111011101101000 | e797bee99f88e99f9c7768 |
UHC | ??韜wh | 001111110011111111010100101101110111011101101000 | 3f3fd4b77768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)