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^ | 11100000101000000100010011100000101000000100010001011110 | e0a044e0a0445e |
EUC-JP | 燿D燿D^ | 11100000101000100100010011100000101000100100010001011110 | e0a244e0a2445e |
UTF-8 | 燿D燿D^ | 111001111000011110111111010001001110011110000111101111110100010001011110 | e787bf44e787bf445e |
UHC | 燿D燿D^ | 11101000111111000100010011101000111111000100010001011110 | e8fc44e8fc445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)