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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 調耕恪 | 100100101011001010001101011010111001110010001101 | 92b28d6b9c8d |
EUC-JP | 調耕恪 | 110001001011010010111001110011001101011111101101 | c4b4b9ccd7ed |
UTF-8 | 調耕恪 | 111010001010101010111111111010001000000010010101111001101000000110101010 | e8aabfe88095e681aa |
UHC | 調耕恪 | 111100001110000011001100111010011100101011000001 | f0e0cce9cac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)