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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 謐ィ譟エBF | 1110011010001101101010001110011010011111101101000100001001000110 | e68da8e69fb44246 |
EUC-JP | 謐ィ譟エBF | 11101011111011011000111010101000111011001010000110001110101101000100001001000110 | ebed8ea8eca18eb44246 |
UTF-8 | 謐ィ譟エBF | 1110100010101100100100001110111110111101101010001110100010101101100111111110111110111101101101000100001001000110 | e8ac90efbda8e8ad9fefbdb44246 |
UHC | 謐???BF | 11011010110011010011111100111111001111110100001001000110 | dacd3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)