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 | ?酢 | 001111111001000001111100 | 3f907c |
EUC-JP | ?酢 | 001111111011111111011101 | 3fbfdd |
UTF-8 | 뤚酢 | 111010111010010010011010111010011000010110100010 | eba49ae985a2 |
UHC | 뤚酢 | 10001111110010011111010110110010 | 8fc9f5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)