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 | 蕈緒輯薨種繍 | 111001001111110010001111100011111000111101010011111001010100100110001110111011011000111101001010 | e4fc8f8f8f53e5498eed8f4a |
| EUC-JP | 蕈緒輯薨種繍 | 111010001111111010111101111011111011110110110100111010011010101010111100111011111011110110101011 | e8febdefbdb4e9aabcefbdab |
| UTF-8 | 蕈緒輯薨種繍 | 111010001001010110001000111001111011011110010010111010001011110010101111111010001001011010101000111001111010100010101110111001111011100110001101 | e89588e7b792e8bcafe896a8e7a8aee7b98d |
| UHC | ??輯薨種? | 001111110011111111110010111111101111110110111100111100001111101000111111 | 3f3ff2fefdbcf0fa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)