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 | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 艶λ?Q | 100010011001000010000011110010010011111101010001 | 899083c93f51 |
EUC-JP | 艶λ?Q | 101100011111000010100110110010110011111101010001 | b1f0a6cb3f51 |
UTF-8 | 艶λ젍Q | 111010001000100110110110110011101011101111101100101000001000110101010001 | e889b6cebbeca08d51 |
UHC | 艶λ젍Q | 11100110111111011010010111101011101000001000111001010001 | e6fda5eba08e51 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)