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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ヨセ靕ヨセ | 1101011010111110111101101010011111111011111100111101011010111110 | d6bef6a7fbf3d6be |
| EUC-JP | ヨセ?靕ヨセ | 100011101101011010001110101111100011111110001111111001111011001010001110110101101000111010111110 | 8ed68ebe3f8fe7b28ed68ebe |
| UTF-8 | ヨセ靕ヨセ | 111011111011111010010110111011111011110110111110111011101001001110001110111010011001110110010101111011111011111010010110111011111011110110111110 | efbe96efbdbeee938ee99d95efbe96efbdbe |
| UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)