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 | 蜀作セー謦 | 1110010110000110100011011110110010111110101100001110011010010010 | e5868decbeb0e692 |
| EUC-JP | 蜀作セー謦 | 11101001111001101011101011101110100011101011111010001110101100001110101111110010 | e9e6baee8ebe8eb0ebf2 |
| UTF-8 | 蜀作セー謦 | 111010001001110010000000111001001011110110011100111011111011110110111110111011111011110110110000111010001010110010100110 | e89c80e4bd9cefbdbeefbdb0e8aca6 |
| UHC | 蜀作??? | 11110101101110011110110111000010001111110011111100111111 | f5b9edc23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)