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 | 鬨セ謇具ス | 1110100110101000101111101110011010001001100010111110111110111101 | e9a8bee6898befbd |
| EUC-JP | 鬨セ謇具ス | 11110010101010101000111010111110111010111110100110110110111100011000111010111101 | f2aa8ebeebe9b6f18ebd |
| UTF-8 | 鬨セ謇具ス | 111010011010110010101000111011111011110110111110111010001010110010000111111001011000010110110111111011111011110110111101 | e9aca8efbdbee8ac87e585b7efbdbd |
| UHC | ???具? | 001111110011111100111111110011101111110100111111 | 3f3f3fcefd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)