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 | 薔??訥撚? | 111001010100101100111111001111111110011001100011100101000101000100111111 | e54b3f3fe66394513f |
| EUC-JP | 薔??訥撚? | 111010011010110000111111001111111110101111000100110001111011001000111111 | e9ac3f3febc4c7b23f |
| UTF-8 | 薔몄렩訥撚綎 | 111010001001011010010100111010111010101010000100111010111010000010101001111010001010100010100101111001101001001010011010111001111011011010001110 | e89694ebaa84eba0a9e8a8a5e6929ae7b68e |
| UHC | 薔몄렩訥撚綎 | 111011011111100110111000111011001000111010110111110100101110110111010010101101011110111111110010 | edf9b8ec8eb7d2edd2b5eff2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)