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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
| SJIS-WIN | 貂呵イ録 | 11100110101110001001100111101000101100101001100001011110 | e6b899e8b2985e |
| EUC-JP | 貂呵イ録 | 1110110010111010110100101110101010001110101100101100111110111111 | ecbad2ea8eb2cfbf |
| UTF-8 | 貂呵イ録 | 111010001011001010000010111001011001000110110101111011111011110110110010111010011000110010110010 | e8b282e591b5efbdb2e98cb2 |
| UHC | 貂呵?? | 111101011011000011001010101001110011111100111111 | f5b0caa73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)