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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | ヨセ靕ヨセ | 11010110101111101111011010100111111110111111001111010110101111101111011010101000 | d6bef6a7fbf3d6bef6a8 |
| EUC-JP | ヨセ?靕ヨセ? | 10001110110101101000111010111110001111111000111111100111101100101000111011010110100011101011111000111111 | 8ed68ebe3f8fe7b28ed68ebe3f |
| UTF-8 | ヨセ靕ヨセ | 111011111011111010010110111011111011110110111110111011101001001110001110111010011001110110010101111011111011111010010110111011111011110110111110111011101001001110001111 | efbe96efbdbeee938ee99d95efbe96efbdbeee938f |
| UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)