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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
| SJIS-WIN | 瘟??瘟??B | 111000011000100100111111001111111110000110001001001111110011111101000010 | e1893f3fe1893f3f42 |
| EUC-JP | 瘟??瘟??B | 111000011110100100111111001111111110000111101001001111110011111101000010 | e1e93f3fe1e93f3f42 |
| UTF-8 | 瘟븝스瘟븝스B | 11100111100110001001111111101011101110001001110111101100100010101010010011100111100110001001111111101011101110001001110111101100100010101010010001000010 | e7989febb89dec8aa4e7989febb89dec8aa442 |
| UHC | 瘟븝스瘟븝스B | 11101000101100001011101011101111101111011011101011101000101100001011101011101111101111011011101001000010 | e8b0baefbdbae8b0baefbdba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)