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 | 11101000111010000100010111101000111010000100010101000010 | e8e845e8e84542 |
EUC-JP | 韋E韋EB | 11110000111010100100010111110000111010100100010101000010 | f0ea45f0ea4542 |
UTF-8 | 韋E韋EB | 111010011001111110001011010001011110100110011111100010110100010101000010 | e99f8b45e99f8b4542 |
UHC | 韋E韋EB | 11101010110111110100010111101010110111110100010101000010 | eadf45eadf4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)