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 | 蝣、辜ス邉セ | 111001011010000010100100111001111000001110111101111001111011001110111110 | e5a0a4e783bde7b3be |
| EUC-JP | 蝣、辜ス邉セ | 111010101010001010001110101001001110110111100011100011101011110111101110101101011000111010111110 | eaa28ea4ede38ebdeeb58ebe |
| UTF-8 | 蝣、辜ス邉セ | 111010001001110110100011111011111011110110100100111010001011111010011100111011111011110110111101111010011000001010001001111011111011110110111110 | e89da3efbda4e8be9cefbdbde98289efbdbe |
| UHC | ??辜??? | 00111111001111111100110111010000001111110011111100111111 | 3f3fcdd03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)