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 | 遯壱掠繧ョ | 111001111010101010001000111010111001011110101001111000111000001010101110 | e7aa88eb97a9e382ae |
EUC-JP | 遯壱掠繧ョ | 11101110101011001011000011101101110011101010101111100101111000101000111010101110 | eeacb0edceabe5e28eae |
UTF-8 | 遯壱掠繧ョ | 111010011000000110101111111001011010001110110001111001101000111010100000111001111011100110100111111011111011110110101110 | e981afe5a3b1e68ea0e7b9a7efbdae |
UHC | 遯?掠?? | 11010100111011100011111111010101110100110011111100111111 | d4ee3fd5d33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)