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 | 犱自鴕ウァ | 1111101101011011100011101010100111101001111101101011001110100111 | fb5b8ea9e9f6b3a7 |
EUC-JP | 犱自鴕ウァ | 1000111111001010111011111011110010101011111100101111100010001110101100111000111010100111 | 8fcaefbcabf2f88eb38ea7 |
UTF-8 | 犱自鴕ウァ | 111001111000101010110001111010001000011110101010111010011011010010010101111011111011110110110011111011111011110110100111 | e78ab1e887aae9b495efbdb3efbda7 |
UHC | ?自??? | 001111111110110110111011001111110011111100111111 | 3fedbb3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)