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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 額?佶 | 1000101001111010001111111001100011001001 | 8a7a3f98c9 |
EUC-JP | 額?佶 | 1011001111011011001111111101000011001011 | b3db3fd0cb |
UTF-8 | 額뤚佶 | 111010011010000110001101111010111010010010011010111001001011110110110110 | e9a18deba49ae4bdb6 |
UHC | 額뤚佶 | 111001001111111010001111110010011101000111001101 | e4fe8fc9d1cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)