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 | 調耕ο | 100100101011001010001101011010111000001111001101 | 92b28d6b83cd |
EUC-JP | 調耕ο | 110001001011010010111001110011001010011011001111 | c4b4b9cca6cf |
UTF-8 | 調耕ο | 1110100010101010101111111110100010000000100101011100111010111111 | e8aabfe88095cebf |
UHC | 調耕ο | 111100001110000011001100111010011010010111101111 | f0e0cce9a5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)