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^ | 11100000111100000100010011100000111100000100010001011110 | e0f044e0f0445e |
EUC-JP | 瑩D瑩D^ | 11100000111100100100010011100000111100100100010001011110 | e0f244e0f2445e |
UTF-8 | 瑩D瑩D^ | 111001111001000110101001010001001110011110010001101010010100010001011110 | e791a944e791a9445e |
UHC | 瑩D瑩D^ | 11111011101010010100010011111011101010010100010001011110 | fba944fba9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)