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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 螟ュ豕・ | 111001011010010010101101111001101011001110100101 | e5a4ade6b3a5 |
EUC-JP | 螟ュ豕・ | 1110101010100110100011101010110111101100101101011000111010100101 | eaa68eadecb58ea5 |
UTF-8 | 螟ュ豕・ | 111010001001111010011111111011111011110110101101111010001011000110010101111011111011110110100101 | e89e9fefbdade8b195efbda5 |
UHC | 螟?豕? | 110110011010110100111111111000111100111000111111 | d9ad3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)