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 | ?Q\ | 001111110101000101011100 | 3f515c |
SJIS-WIN | 辰Q\ | 10010010010000110101000101011100 | 9243515c |
EUC-JP | 辰Q\ | 11000011101001000101000101011100 | c3a4515c |
UTF-8 | 辰Q\ | 1110100010111110101100000101000101011100 | e8beb0515c |
UHC | 辰Q\ | 11110010111000110101000101011100 | f2e3515c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)