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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
| SJIS-WIN | 燗疚[燗疚[^ | 1110000010010011111000010110101101011011111000001001001111100001011010110101101101011110 | e093e16b5be093e16b5b5e |
| EUC-JP | 燗疚[燗疚[^ | 1101111111110011111000011100110001011011110111111111001111100001110011000101101101011110 | dff3e1cc5bdff3e1cc5b5e |
| UTF-8 | 燗疚[燗疚[^ | 111001111000011110010111111001111001011010011010010110111110011110000111100101111110011110010110100110100101101101011110 | e78797e7969a5be78797e7969a5b5e |
| UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)