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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 螽溷カス菫腺 | 11100101101010001001111111100101101101101011110111100100101111111001000101000010 | e5a89fe5b6bde4bf9142 |
| EUC-JP | 螽溷カス菫腺 | 111010101010101011011110111001111000111010110110100011101011110111101000110000011100000110100011 | eaaadee78eb68ebde8c1c1a3 |
| UTF-8 | 螽溷カス菫腺 | 111010001001111010111101111001101011101010110111111011111011110110110110111011111011110110111101111010001000111110101011111010001000010110111010 | e89ebde6bab7efbdb6efbdbde88fabe885ba |
| UHC | ????菫腺 | 0011111100111111001111110011111111010000110010111110000011001101 | 3f3f3f3fd0cbe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)