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 | بP | 110110001010100001010000 | d8a850 |
SJIS-WIN | ?¨P | 00111111100000010100111001010000 | 3f814e50 |
EUC-JP | بP | 100011111010100110101100101000011010111101010000 | 8fa9aca1af50 |
UTF-8 | بP | 1100001110011000110000101010100001010000 | c398c2a850 |
UHC | بP | 1010100010101010101000011010011101010000 | a8aaa1a750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)