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^ | 10001110111010100100010010001110111010100100010001011110 | 8eea448eea445e |
EUC-JP | 殊D殊D^ | 10111100111011000100010010111100111011000100010001011110 | bcec44bcec445e |
UTF-8 | 殊D殊D^ | 111001101010111010001010010001001110011010101110100010100100010001011110 | e6ae8a44e6ae8a445e |
UHC | 殊D殊D^ | 11100010101010000100010011100010101010000100010001011110 | e2a844e2a8445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)