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 | 疫隅 | 10001001011101011000101111110111 | 89758bf7 |
EUC-JP | 疫隅 | 10110001110101101011011011111001 | b1d6b6f9 |
UTF-8 | 疫隅 | 111001111001011010101011111010011001101010000101 | e796abe99a85 |
UHC | 疫隅 | 11100110101110011110100111101010 | e6b9e9ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)