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 | ?D?D^ | 0011111101000100001111110100010001011110 | 3f443f445e |
SJIS-WIN | 渡D渡D^ | 10010011011011100100010010010011011011100100010001011110 | 936e44936e445e |
EUC-JP | 渡D渡D^ | 11000101110011110100010011000101110011110100010001011110 | c5cf44c5cf445e |
UTF-8 | 渡D渡D^ | 111001101011100010100001010001001110011010111000101000010100010001011110 | e6b8a144e6b8a1445e |
UHC | 渡D渡D^ | 11010100101001000100010011010100101001000100010001011110 | d4a444d4a4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)