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 | ?\Y | 001111110101110001011001 | 3f5c59 |
SJIS-WIN | 昻\Y | 11111010110100000101110001011001 | fad05c59 |
EUC-JP | ?\Y | 001111110101110001011001 | 3f5c59 |
UTF-8 | 昻\Y | 1110011010011000101110110101110001011001 | e698bb5c59 |
UHC | 昻\Y | 11100100111010010101110001011001 | e4e95c59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)