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 | ì°½hh | 1110110010110000101111010110100001101000 | ecb0bd6868 |
SJIS-WIN | ?°?hh | 001111111000000110001011001111110110100001101000 | 3f818b3f6868 |
EUC-JP | ì°?hh | 1000111110101011110000001010000111101011001111110110100001101000 | 8fabc0a1eb3f6868 |
UTF-8 | ì°½hh | 1100001110101100110000101011000011000010101111010110100001101000 | c3acc2b0c2bd6868 |
UHC | ?°½hh | 00111111101000011100011010101000111101100110100001101000 | 3fa1c6a8f66868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)