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 | 節ο | 10010000110111111000001111001101 | 90df83cd |
EUC-JP | 節ο | 11000000111000011010011011001111 | c0e1a6cf |
UTF-8 | 節ο | 1110011110101111100000001100111010111111 | e7af80cebf |
UHC | 節ο | 11101111101111011010010111101111 | efbda5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)