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 | 裙エ遒ッ蟋 | 1110010111100011101101001110011110100010101011111110010110100111 | e5e3b4e7a2afe5a7 |
| EUC-JP | 裙エ遒ッ蟋 | 11101010111001011000111010110100111011101010010010001110101011111110101010101001 | eae58eb4eea48eafeaa9 |
| UTF-8 | 裙エ遒ッ蟋 | 111010001010001110011001111011111011110110110100111010011000000110010010111011111011110110101111111010001001111110001011 | e8a399efbdb4e98192efbdafe89f8b |
| UHC | 裙???? | 110011111101100100111111001111110011111100111111 | cfd93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)