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 | ?E?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 瞿E瞿EB | 11100001110110000100010111100001110110000100010101000010 | e1d845e1d84542 |
EUC-JP | 瞿E瞿EB | 11100010110110100100010111100010110110100100010101000010 | e2da45e2da4542 |
UTF-8 | 瞿E瞿EB | 111001111001111010111111010001011110011110011110101111110100010101000010 | e79ebf45e79ebf4542 |
UHC | 瞿E瞿EB | 11001111101110100100010111001111101110100100010101000010 | cfba45cfba4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)