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 | ?科莎 | 0011111110001001110010001110010010110011 | 3f89c8e4b3 |
EUC-JP | ?科莎 | 0011111110110010110010101110100010110101 | 3fb2cae8b5 |
UTF-8 | 룴科莎 | 111010111010001110110100111001111010011110010001111010001000111010001110 | eba3b4e7a791e88e8e |
UHC | 룴科莎 | 100011111010100111001110101000011101111011101101 | 8fa9cea1deed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)