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 | ?棠 | 001111111001111010101001 | 3f9ea9 |
EUC-JP | ?棠 | 001111111101110010101011 | 3fdcab |
UTF-8 | 저棠 | 111011001010000010000000111001101010001110100000 | eca080e6a3a0 |
UHC | 저棠 | 11000000111110101101001111010110 | c0fad3d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)