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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 銜サ螟ァ豕」 | 111001111111000010111011111001011010010010100111111001101011001110100011 | e7f0bbe5a4a7e6b3a3 |
EUC-JP | 銜サ螟ァ豕」 | 111011101111001010001110101110111110101010100110100011101010011111101100101101011000111010100011 | eef28ebbeaa68ea7ecb58ea3 |
UTF-8 | 銜サ螟ァ豕」 | 111010011000101010011100111011111011110110111011111010001001111010011111111011111011110110100111111010001011000110010101111011111011110110100011 | e98a9cefbdbbe89e9fefbda7e8b195efbda3 |
UHC | 銜?螟?豕? | 111110011110011100111111110110011010110100111111111000111100111000111111 | f9e73fd9ad3fe3ce3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)