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 | 邵?? | 11100111101110000011111100111111 | e7b83f3f |
EUC-JP | 邵?? | 11101110101110100011111100111111 | eeba3f3f |
UTF-8 | 邵겏꼄 | 111010011000001010110101111010101011001010001111111010101011110010000100 | e982b5eab28feabc84 |
UHC | 邵겏꼄 | 111000011101000010000001101010001000010001011001 | e1d081a88459 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)