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^ | 10010111010110110100010010010111010110110100010001011110 | 975b44975b445e |
EUC-JP | 夕D夕D^ | 11001101101111000100010011001101101111000100010001011110 | cdbc44cdbc445e |
UTF-8 | 夕D夕D^ | 111001011010010010010101010001001110010110100100100101010100010001011110 | e5a49544e5a495445e |
UHC | 夕D夕D^ | 11100000101010100100010011100000101010100100010001011110 | e0aa44e0aa445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)