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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 刃唆 | 10010000011011101000110110110100 | 906e8db4 |
EUC-JP | 刃唆 | 10111111110011111011101010110110 | bfcfbab6 |
UTF-8 | 刃唆 | 111001011000100010000011111001011001010010000110 | e58883e59486 |
UHC | 刃唆 | 11101100110100111101111011001010 | ecd3deca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)