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 | 11100111111110111011010011101000100111011011010001000010 | e7fbb4e89db442 |
EUC-JP | 鍄エ陜エB | 111011101111110110001110101101001110111111111101100011101011010001000010 | eefd8eb4effd8eb442 |
UTF-8 | 鍄エ陜エB | 11101001100011011000010011101111101111011011010011101001100110011001110011101111101111011011010001000010 | e98d84efbdb4e9999cefbdb442 |
UHC | ??陜?B | 001111110011111111111001111100000011111101000010 | 3f3ff9f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)