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 | 寀毘 | 11111010101001111001010011111001 | faa794f9 |
EUC-JP | 寀毘 | 1000111110111010110110111100100011111011 | 8fbadbc8fb |
UTF-8 | 寀毘 | 111001011010111110000000111001101010111110011000 | e5af80e6af98 |
UHC | 寀毘 | 11110011111100101101110111110010 | f3f2ddf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)