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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 艶?E | 10001001100100000011111101000101 | 89903f45 |
EUC-JP | 艶?E | 10110001111100000011111101000101 | b1f03f45 |
UTF-8 | 艶뾴E | 11101000100010011011011011101011101111101011010001000101 | e889b6ebbeb445 |
UHC | 艶뾴E | 1110011011111101100101110111011001000101 | e6fd977645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)