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 | 嵭シ諶エ耳 | 1111101010110011101111001111101110101010101101001000111010101000 | fab3bcfbaab48ea8 |
| EUC-JP | 嵭シ諶エ耳 | 100011111011101111011110100011101011110010001111110111101011010110001110101101001011110010101010 | 8fbbde8ebc8fdeb58eb4bcaa |
| UTF-8 | 嵭シ諶エ耳 | 111001011011010110101101111011111011110110111100111010001010101110110110111011111011110110110100111010001000000010110011 | e5b5adefbdbce8abb6efbdb4e880b3 |
| UHC | ??諶?耳 | 00111111001111111110010010100110001111111110110010111100 | 3f3fe4a63fecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)