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 | ?η?^ | 0011111110000011110001010011111101011110 | 3f83c53f5e |
EUC-JP | 焰η?^ | 10001111110010011110111110100110110001110011111101011110 | 8fc9efa6c73f5e |
UTF-8 | 焰η씎^ | 111001111000010010110000110011101011011111101100100101001000111001011110 | e784b0ceb7ec948e5e |
UHC | 焰η씎^ | 11100110111110111010010111100111100111011010010101011110 | e6fba5e79da55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)