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 | ?贍 | 001111111110011011010110 | 3fe6d6 |
EUC-JP | ?贍 | 001111111110110011011000 | 3fecd8 |
UTF-8 | 잮贍 | 111011001001111010101110111010001011010010001101 | ec9eaee8b48d |
UHC | 잮贍 | 10011111111101111110000011101011 | 9ff7e0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)