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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 額??域? | 10001010011110100011111100111111100010001110011000111111 | 8a7a3f3f88e63f |
EUC-JP | 額??域? | 10110011110110110011111100111111101100001110100000111111 | b3db3f3fb0e83f |
UTF-8 | 額뗣딫域둪 | 111010011010000110001101111010111001011110100011111010111001010010101011111001011001111110011111111010111001000110101010 | e9a18deb97a3eb94abe59f9feb91aa |
UHC | 額뗣딫域둪 | 11100100111111101000101111100011100010110100100011100110101101001000101001100100 | e4fe8be38b48e6b48a64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)