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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 駭?? | 11101001011011100011111100111111 | e96e3f3f |
EUC-JP | 駭?适 | 111100011100111100111111100011111110000111001011 | f1cf3f8fe1cb |
UTF-8 | 駭븅适 | 111010011010011110101101111010111011100010000101111010011000000010000010 | e9a7adebb885e98082 |
UHC | 駭븅适 | 111110101011010010111010111010011100111011000001 | fab4bae9cec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)