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 | ?臣 | 001111111001000001100010 | 3f9062 |
EUC-JP | ?臣 | 001111111011111111000011 | 3fbfc3 |
UTF-8 | 썩臣 | 111011001000110110101001111010001000011110100011 | ec8da9e887a3 |
UHC | 썩臣 | 10111101111000101110001111101101 | bde2e3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)