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 | 蘂??揶?? | 1110010101000001001111110011111110011101100010000011111100111111 | e5413f3f9d883f3f |
| EUC-JP | 蘂??揶?? | 1110100110100010001111110011111111011001111010000011111100111111 | e9a23f3fd9e83f3f |
| UTF-8 | 蘂뚮졁揶쏅젍 | 111010001001100010000010111010111001101010101110111011001010000110000001111001101000111110110110111011001000111110000101111011001010000010001101 | e89882eb9aaeeca181e68fb6ec8f85eca08d |
| UHC | 蘂뚮졁揶쏅젍 | 111001111101111010001100111010111010000010110010111001011010101010011011111010111010000010001110 | e7de8ceba0b2e5aa9beba08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)