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 | 10010111010110000011111101011010 | 97583f5a |
EUC-JP | 郵?Z | 11001101101110010011111101011010 | cdb93f5a |
UTF-8 | 郵렩Z | 11101001100000111011010111101011101000001010100101011010 | e983b5eba0a95a |
UHC | 郵렩Z | 1110100111101000100011101011011101011010 | e9e88eb75a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)