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^ | 10011101101111100100010010011101101111100100010001011110 | 9dbe449dbe445e |
EUC-JP | 收D收D^ | 11011010110000000100010011011010110000000100010001011110 | dac044dac0445e |
UTF-8 | 收D收D^ | 111001101001010010110110010001001110011010010100101101100100010001011110 | e694b644e694b6445e |
UHC | 收D收D^ | 11100010101001010100010011100010101001010100010001011110 | e2a544e2a5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)