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^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
SJIS-WIN | 燿??D^ | 111000001010000000111111001111110100010001011110 | e0a03f3f445e |
EUC-JP | 燿??D^ | 111000001010001000111111001111110100010001011110 | e0a23f3f445e |
UTF-8 | 燿댐쉴D^ | 1110011110000111101111111110101110001100100100001110110010001001101101000100010001011110 | e787bfeb8c90ec89b4445e |
UHC | 燿댐쉴D^ | 1110100011111100101101001110111110111101101011110100010001011110 | e8fcb4efbdaf445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)