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 | ?耕ο | 0011111110001101011010111000001111001101 | 3f8d6b83cd |
EUC-JP | 焌耕ο | 10001111110010011110100010111001110011001010011011001111 | 8fc9e8b9cca6cf |
UTF-8 | 焌耕ο | 1110011110000100100011001110100010000000100101011100111010111111 | e7848ce88095cebf |
UHC | 焌耕ο | 111100011110000011001100111010011010010111101111 | f1e0cce9a5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)