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 | 10011011110101110100010110011011110101110100010101000010 | 9bd7459bd74542 |
EUC-JP | 嶼E嶼EB | 11010110110110010100010111010110110110010100010101000010 | d6d945d6d94542 |
UTF-8 | 嶼E嶼EB | 111001011011011010111100010001011110010110110110101111000100010101000010 | e5b6bc45e5b6bc4542 |
UHC | 嶼E嶼EB | 11011111111011000100010111011111111011000100010101000010 | dfec45dfec4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)