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 | 霑ッ蟒キ閨 | 1110100010111111101011111110010110111011101101111110100010000001 | e8bfafe5bbb7e881 |
| EUC-JP | 霑ッ蟒キ閨 | 11110000110000011000111010101111111010101011110110001110101101111110111111100001 | f0c18eafeabd8eb7efe1 |
| UTF-8 | 霑ッ蟒キ閨 | 111010011001110010010001111011111011110110101111111010001001111110010010111011111011110110110111111010011001011010101000 | e99c91efbdafe89f92efbdb7e996a8 |
| UHC | 霑???閨 | 11101111110001010011111100111111001111111101000010110001 | efc53f3f3fd0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)