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^ | 10001101111110100100010010001101111110100100010001011110 | 8dfa448dfa445e |
EUC-JP | 匙D匙D^ | 10111010111111000100010010111010111111000100010001011110 | bafc44bafc445e |
UTF-8 | 匙D匙D^ | 111001011000110010011001010001001110010110001100100110010100010001011110 | e58c9944e58c99445e |
UHC | 匙D匙D^ | 11100011101101010100010011100011101101010100010001011110 | e3b544e3b5445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)