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 | 身? | 100100000110011100111111 | 90673f |
EUC-JP | 身? | 101111111100100000111111 | bfc83f |
UTF-8 | 身뛿 | 111010001011101010101011111010111001101110111111 | e8baabeb9bbf |
UHC | 身뛿 | 11100011111100111000110110000101 | e3f38d85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)