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 | 齬?? | 11101010100101110011111100111111 | ea973f3f |
EUC-JP | 齬?? | 11110011111101110011111100111111 | f3f73f3f |
UTF-8 | 齬잙젉 | 111010011011110110101100111011001001111010011001111011001010000010001001 | e9bdacec9e99eca089 |
UHC | 齬잙젉 | 111001011110000110011111111010111010000010001011 | e5e19feba08b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)