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 | 孩耕?^ | 100110110111011110001101011010110011111101011110 | 9b778d6b3f5e |
EUC-JP | 孩耕?^ | 110101011101100010111001110011000011111101011110 | d5d8b9cc3f5e |
UTF-8 | 孩耕륌^ | 11100101101011011010100111101000100000001001010111101011101001011000110001011110 | e5ada9e88095eba58c5e |
UHC | 孩耕륌^ | 11111010101010011100110011101001101101111111011001011110 | faa9cce9b7f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)