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 | 齬삥샂 | 111010011011110110101100111011001000001010100101111011001000001110000010 | e9bdacec82a5ec8382 |
UHC | 齬삥샂 | 111001011110000110111011111001101001100010110100 | e5e1bbe698b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)