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 | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | ?х?P | 0011111110000100100001110011111101010000 | 3f84873f50 |
EUC-JP | ?х?P | 0011111110100111111001110011111101010000 | 3fa7e73f50 |
UTF-8 | 驪х뿛P | 111011111010011010000111110100011000010111101011101111111001101101010000 | efa687d185ebbf9b50 |
UHC | 驪х뿛P | 11100110101011111010110011100111100101111001111001010000 | e6aface7979e50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)