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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 雋ら汚雎守 | 11101000101100101000001011100111100010011001100011101000101100011000111011100111 | e8b282e78998e8b18ee7 |
| EUC-JP | 雋ら汚雎守 | 11110000101101001010010011101001101100011111100011110000101100111011110011101001 | f0b4a4e9b1f8f0b3bce9 |
| UTF-8 | 雋ら汚雎守 | 111010011001101110001011111000111000001010001001111001101011000110011010111010011001101110001110111001011010111010001000 | e99b8be38289e6b19ae99b8ee5ae88 |
| UHC | 雋ら汚雎守 | 11110001111001101010101011101001111001111111110111101110110100011110000111111010 | f1e6aae9e7fdeed1e1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)