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^ | 10011010101000100100010010011010101000100100010001011110 | 9aa2449aa2445e |
EUC-JP | 圓D圓D^ | 11010100101001000100010011010100101001000100010001011110 | d4a444d4a4445e |
UTF-8 | 圓D圓D^ | 111001011001110010010011010001001110010110011100100100110100010001011110 | e59c9344e59c93445e |
UHC | 圓D圓D^ | 11101010101011010100010011101010101011010100010001011110 | eaad44eaad445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)