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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 豢諭B | 1110011010110100100101110100000001000010 | e6b4974042 |
EUC-JP | 豢諭B | 1110110010110110110011011010000101000010 | ecb6cda142 |
UTF-8 | 豢諭B | 11101000101100011010001011101000101010111010110101000010 | e8b1a2e8abad42 |
UHC | ?諭B | 00111111111010111011000101000010 | 3febb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)