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 | ×?B | 110101110011111101000010 | d73f42 |
SJIS-WIN | ×¥B | 1000000101111110100000011000111101000010 | 817e818f42 |
EUC-JP | ×¥B | 1010000111011111101000011110111101000010 | a1dfa1ef42 |
UTF-8 | ×¥B | 110000111001011111101111101111111010010101000010 | c397efbfa542 |
UHC | ×¥B | 1010000110111111101000011100110101000010 | a1bfa1cd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)