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 | 齬??? | 1110101010010111001111110011111100111111 | ea973f3f3f |
EUC-JP | 齬??? | 1111001111110111001111110011111100111111 | f3f73f3f3f |
UTF-8 | 齬잙젘琉 | 111010011011110110101100111011001001111010011001111011001010000010011000111011111010011110001100 | e9bdacec9e99eca098efa78c |
UHC | 齬잙젘琉 | 1110010111100001100111111110101110100000100101001110101110100100 | e5e19feba094eba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)