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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 讒「\ | 11100110101001111010001001011100 | e6a7a25c |
EUC-JP | 讒「\ | 1110110010101001100011101010001001011100 | eca98ea25c |
UTF-8 | 讒「\ | 11101000101011101001001011101111101111011010001001011100 | e8ae92efbda25c |
UHC | 讒?\ | 11110011110110000011111101011100 | f3d83f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)