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 | ?植 | 001111111001000001000001 | 3f9041 |
EUC-JP | ?植 | 001111111011111110100010 | 3fbfa2 |
UTF-8 | 쀴植 | 111011001000000010110100111001101010010010001101 | ec80b4e6a48d |
UHC | 쀴植 | 10010111111101001110001111010101 | 97f4e3d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)