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 | ?踪裏 | 0011111111100111010010001001011110100000 | 3fe74897a0 |
EUC-JP | Ţ踪裏 | 10001111101010101110000111101101101010011100111010100010 | 8faae1eda9cea2 |
UTF-8 | Ţ踪裏 | 1100010110100010111010001011100010101010111010001010001110001111 | c5a2e8b8aae8a38f |
UHC | ?踪裏 | 0011111111110001101000011101011111101010 | 3ff1a1d7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)