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 | 蜥ウ豕・謖ス | 111001011001001010110011111001101011001110100101111001101000110010111101 | e592b3e6b3a5e68cbd |
EUC-JP | 蜥ウ豕・謖ス | 111010011111001010001110101100111110110010110101100011101010010111101011111011001000111010111101 | e9f28eb3ecb58ea5ebec8ebd |
UTF-8 | 蜥ウ豕・謖ス | 111010001001110010100101111011111011110110110011111010001011000110010101111011111011110110100101111010001010110010010110111011111011110110111101 | e89ca5efbdb3e8b195efbda5e8ac96efbdbd |
UHC | ??豕?謖? | 0011111100111111111000111100111000111111111000011101101000111111 | 3f3fe3ce3fe1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)