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 | 陞ス | 111010001001111010111101 | e89ebd |
EUC-JP | 陞ス | 11101111111111101000111010111101 | effe8ebd |
UTF-8 | 陞ス | 111010011001100110011110111011111011110110111101 | e9999eefbdbd |
UHC | 陞? | 111000111011001100111111 | e3b33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)