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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 艶λ?@h | 10001001100100001000001111001001001111110100000001101000 | 899083c93f4068 |
EUC-JP | 艶λ?@h | 10110001111100001010011011001011001111110100000001101000 | b1f0a6cb3f4068 |
UTF-8 | 艶λ젍@h | 11101000100010011011011011001110101110111110110010100000100011010100000001101000 | e889b6cebbeca08d4068 |
UHC | 艶λ젍@h | 1110011011111101101001011110101110100000100011100100000001101000 | e6fda5eba08e4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)