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 | 彧自鴕ウァ | 1111101010111001100011101010100111101001111101101011001110100111 | fab98ea9e9f6b3a7 |
EUC-JP | 彧自鴕ウァ | 1000111110111100111111101011110010101011111100101111100010001110101100111000111010100111 | 8fbcfebcabf2f88eb38ea7 |
UTF-8 | 彧自鴕ウァ | 111001011011110110100111111010001000011110101010111010011011010010010101111011111011110110110011111011111011110110100111 | e5bda7e887aae9b495efbdb3efbda7 |
UHC | 彧自??? | 11101001111011101110110110111011001111110011111100111111 | e9eeedbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)