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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 郵ⅴ郵ⅴ^ | 100101110101100011111010010001001001011101011000111110100100010001011110 | 9758fa449758fa445e |
EUC-JP | 郵?郵?^ | 11001101101110010011111111001101101110010011111101011110 | cdb93fcdb93f5e |
UTF-8 | 郵ⅴ郵ⅴ^ | 11101001100000111011010111100010100001011011010011101001100000111011010111100010100001011011010001011110 | e983b5e285b4e983b5e285b45e |
UHC | 郵ⅴ郵ⅴ^ | 111010011110100010100101101001011110100111101000101001011010010101011110 | e9e8a5a5e9e8a5a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)