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 | 跼ス辷ー遽 | 1110011011110000101111011110011110001000101100001110011110101111 | e6f0bde788b0e7af |
| EUC-JP | 跼ス辷ー遽 | 11101100111100101000111010111101111011011110100010001110101100001110111010110001 | ecf28ebdede88eb0eeb1 |
| UTF-8 | 跼ス辷ー遽 | 111010001011011110111100111011111011110110111101111010001011111010110111111011111011110110110000111010011000000110111101 | e8b7bcefbdbde8beb7efbdb0e981bd |
| UHC | ????遽 | 001111110011111100111111001111111100101111101000 | 3f3f3f3fcbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)