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 | 禀鮗 | 11100010011010001110100110111010 | e268e9ba |
EUC-JP | 禀鮗 | 11100011110010011111001010111100 | e3c9f2bc |
UTF-8 | 禀鮗 | 111001111010011010000000111010011010111010010111 | e7a680e9ae97 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)