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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 陜エ陜エB | 11101000100111011011010011101000100111011011010001000010 | e89db4e89db442 |
EUC-JP | 陜エ陜エB | 111011111111110110001110101101001110111111111101100011101011010001000010 | effd8eb4effd8eb442 |
UTF-8 | 陜エ陜エB | 11101001100110011001110011101111101111011011010011101001100110011001110011101111101111011011010001000010 | e9999cefbdb4e9999cefbdb442 |
UHC | 陜?陜?B | 11111001111100000011111111111001111100000011111101000010 | f9f03ff9f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)