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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鸚ε?^ | 111010100101111110000011110000110011111101011110 | ea5f83c33f5e |
EUC-JP | 鸚ε?^ | 111100111100000010100110110001010011111101011110 | f3c0a6c53f5e |
UTF-8 | 鸚εㄵ^ | 111010011011100010011010110011101011010111100011100001001011010101011110 | e9b89aceb5e384b55e |
UHC | 鸚εㄵ^ | 11100101101001001010010111100101101001001010010101011110 | e5a4a5e5a4a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)