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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 失妺疾^ | 111100001011110110001110101110001111101010100101100011101011111001011110 | f0bd8eb8faa58ebe5e |
EUC-JP | ?失妺疾^ | 001111111011110010111010100011111011100110110111101111001100000001011110 | 3fbcba8fb9b7bcc05e |
UTF-8 | 失妺疾^ | 11101110100000011011110011100101101001001011000111100101101001101011101011100111100101101011111001011110 | ee81bce5a4b1e5a6bae796be5e |
UHC | ?失?疾^ | 00111111111000111111011100111111111100101111000001011110 | 3fe3f73ff2f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)