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 | ??Z | 001111110011111101011010 | 3f3f5a |
SJIS-WIN | 恁?Z | 10011100100011000011111101011010 | 9c8c3f5a |
EUC-JP | 恁?Z | 11010111111011000011111101011010 | d7ec3f5a |
UTF-8 | 恁킸Z | 11100110100000011000000111101101100000101011100001011010 | e68181ed82b85a |
UHC | 恁킸Z | 1110110011110110101101010110001101011010 | ecf6b5635a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)