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 | ?阻 | 001111111001000101101010 | 3f916a |
EUC-JP | ?阻 | 001111111100000111001011 | 3fc1cb |
UTF-8 | 뤒阻 | 111010111010010010010010111010011001100010111011 | eba492e998bb |
UHC | 뤒阻 | 10001111110000101111000011100110 | 8fc2f0e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)