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 | ?cZ | 001111110110001101011010 | 3f635a |
SJIS-WIN | ?cZ | 001111110110001101011010 | 3f635a |
EUC-JP | ?cZ | 001111110110001101011010 | 3f635a |
UTF-8 | 혵cZ | 1110110110011000101101010110001101011010 | ed98b5635a |
UHC | 혵cZ | 11000010100111000110001101011010 | c29c635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)