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 | 睡墺 | 10010000100001111001101011010010 | 90879ad2 |
EUC-JP | 睡墺 | 10111111111001111101010011010100 | bfe7d4d4 |
UTF-8 | 睡墺 | 111001111001110110100001111001011010001010111010 | e79da1e5a2ba |
UHC | 睡墺 | 11100010101100101110011111110010 | e2b2e7f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)