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 | ?Lh | 001111110100110001101000 | 3f4c68 |
SJIS-WIN | 小Lh | 10001111101011000100110001101000 | 8fac4c68 |
EUC-JP | 小Lh | 10111110101011100100110001101000 | beae4c68 |
UTF-8 | 小Lh | 1110010110110000100011110100110001101000 | e5b08f4c68 |
UHC | 小Lh | 11100001101100110100110001101000 | e1b34c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)