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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 郵?^ | 10010111010110000011111101011110 | 97583f5e |
EUC-JP | 郵?^ | 11001101101110010011111101011110 | cdb93f5e |
UTF-8 | 郵렩^ | 11101001100000111011010111101011101000001010100101011110 | e983b5eba0a95e |
UHC | 郵렩^ | 1110100111101000100011101011011101011110 | e9e88eb75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)