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^ | 001111110011111100111111001111110110010101011110 | 3f3f3f3f655e |
SJIS-WIN | 嶢?咫?e^ | 1001101111010000001111111001101001000000001111110110010101011110 | 9bd03f9a403f655e |
EUC-JP | 嶢?咫?e^ | 1101011011010010001111111101001110100001001111110110010101011110 | d6d23fd3a13f655e |
UTF-8 | 嶢렎咫렡e^ | 1110010110110110101000101110101110100000100011101110010110010010101010111110101110100000101000010110010101011110 | e5b6a2eba08ee592abeba0a1655e |
UHC | 嶢렎咫렡e^ | 11101000111100101000111010100100111100101010000110001110101100100110010101011110 | e8f28ea4f2a18eb2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)