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 | 蒔’ | 10001110101010101000000101100110 | 8eaa8166 |
EUC-JP | 蒔’ | 10111100101011001010000111000111 | bcaca1c7 |
UTF-8 | 蒔’ | 111010001001001010010100111000101000000010011001 | e89294e28099 |
UHC | 蒔’ | 11100011110010001010000110101111 | e3c8a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)