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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
| SJIS-WIN | 芍蓆コ^ | 111001001000100111100100111011001011101001011110 | e489e4ecba5e |
| EUC-JP | 芍蓆コ^ | 11100111111010011110100011101110100011101011101001011110 | e7e9e8ee8eba5e |
| UTF-8 | 芍蓆コ^ | 11101000100010101000110111101000100100111000011011101111101111011011101001011110 | e88a8de89386efbdba5e |
| UHC | 芍蓆?^ | 111011011100101111100000101101100011111101011110 | edcbe0b63f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)