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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 荏耕?恁 | 10001001011000001000110101101011001111111001110010001100 | 89608d6b3f9c8c |
EUC-JP | 荏耕?恁 | 10110001110000011011100111001100001111111101011111101100 | b1c1b9cc3fd7ec |
UTF-8 | 荏耕異恁 | 111010001000110110001111111010001000000010010101111011111010010110100010111001101000000110000001 | e88d8fe88095efa5a2e68181 |
UHC | 荏耕異恁 | 1110110011111011110011001110100111010111111001001110110011110110 | ecfbcce9d7e4ecf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)