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 | 脘? | 10001111110101101010110000111111 | 8fd6ac3f |
UTF-8 | 脘렯 | 111010001000010010011000111010111010000010101111 | e88498eba0af |
UHC | 脘렯 | 11101000110100101000111010111100 | e8d28ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)