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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?? | 0011111100111111 | 3f3f |
EUC-JP | 靷? | 10001111111001111011110100111111 | 8fe7bd3f |
UTF-8 | 靷쾅 | 111010011001110110110111111011001011111010000101 | e99db7ecbe85 |
UHC | 靷쾅 | 11101100111001101100010011100111 | ece6c4e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)