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 | 遯壱、ケ繞 | 1110011110101010100010001110101110100100101110011110001110000101 | e7aa88eba4b9e385 |
EUC-JP | 遯壱、ケ繞 | 11101110101011001011000011101101100011101010010010001110101110011110010111100101 | eeacb0ed8ea48eb9e5e5 |
UTF-8 | 遯壱、ケ繞 | 111010011000000110101111111001011010001110110001111011111011110110100100111011111011110110111001111001111011100110011110 | e981afe5a3b1efbda4efbdb9e7b99e |
UHC | 遯???繞 | 11010100111011100011111100111111001111111110100110100100 | d4ee3f3f3fe9a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)