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 | 睡淅 | 10010000100001111001111111000110 | 90879fc6 |
EUC-JP | 睡淅 | 10111111111001111101111011001000 | bfe7dec8 |
UTF-8 | 睡淅 | 111001111001110110100001111001101011011110000101 | e79da1e6b785 |
UHC | 睡淅 | 11100010101100101110000010110010 | e2b2e0b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)