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 | 摯??^ | 1001110110010101001111110011111101011110 | 9d953f3f5e |
EUC-JP | 摯??^ | 1101100111110101001111110011111101011110 | d9f53f3f5e |
UTF-8 | 摯흙르^ | 11100110100100011010111111101101100111011001100111101011101001011011010001011110 | e691afed9d99eba5b45e |
UHC | 摯흙르^ | 11110010101001111100100011101011101110001010001101011110 | f2a7c8ebb8a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)