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 | 癲??宜?、 | 111000011001111100111111001111111000101101011000001111111000000101000001 | e19f3f3f8b583f8141 |
| EUC-JP | 癲??宜?、 | 111000101010000100111111001111111011010110111001001111111010000110100010 | e2a13f3fb5b93fa1a2 |
| UTF-8 | 癲띾끁宜뜹、 | 111001111001100110110010111010111001110110111110111010111000000110000001111001011010111010011100111010111001110010111001111000111000000010000001 | e799b2eb9dbeeb8181e5ae9ceb9cb9e38081 |
| UHC | 癲띾끁宜뜹、 | 111011111010011010001101111010111000010110110111111010111111000110110110111001011010000110100010 | efa68deb85b7ebf1b6e5a1a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)