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^ | 11111010101110010100010011111010101110010100010001011110 | fab944fab9445e |
EUC-JP | 彧D彧D^ | 100011111011110011111110010001001000111110111100111111100100010001011110 | 8fbcfe448fbcfe445e |
UTF-8 | 彧D彧D^ | 111001011011110110100111010001001110010110111101101001110100010001011110 | e5bda744e5bda7445e |
UHC | 彧D彧D^ | 11101001111011100100010011101001111011100100010001011110 | e9ee44e9ee445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)