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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遯壱擽岦・ | 111001111010101010001000111010111001110110110100111110101010110010100101 | e7aa88eb9db4faaca5 |
EUC-JP | 遯壱擽岦・ | 1110111010101100101100001110110111011010101101101000111110111011101100111000111010100101 | eeacb0eddab68fbbb38ea5 |
UTF-8 | 遯壱擽岦・ | 111010011000000110101111111001011010001110110001111001101001001110111101111001011011001010100110111011111011110110100101 | e981afe5a3b1e693bde5b2a6efbda5 |
UHC | 遯???? | 110101001110111000111111001111110011111100111111 | d4ee3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)