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 | ?芯 | 001111111001000001100011 | 3f9063 |
EUC-JP | ?芯 | 001111111011111111000100 | 3fbfc4 |
UTF-8 | 쐊芯 | 111011001001000010001010111010001000101010101111 | ec908ae88aaf |
UHC | 쐊芯 | 10011100011010111110010010100101 | 9c6be4a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)