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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 哈唸 | 10011001111110111001101001011000 | 99fb9a58 |
EUC-JP | 哈唸 | 11010010111111011101001110111001 | d2fdd3b9 |
UTF-8 | 哈唸 | 111001011001001110001000111001011001010010111000 | e59388e594b8 |
UHC | 哈? | 111110011110101100111111 | f9eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)