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 | 占ο | 10010000111010001000001111001101 | 90e883cd |
EUC-JP | 占ο | 11000000111010101010011011001111 | c0eaa6cf |
UTF-8 | 占ο | 1110010110001101101000001100111010111111 | e58da0cebf |
UHC | 占ο | 11101111101111111010010111101111 | efbfa5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)