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 | 謐ィ譟エ鄕 | 1110011010001101101010001110011010011111101101001111101110111000 | e68da8e69fb4fbb8 |
EUC-JP | 謐ィ譟エ? | 111010111110110110001110101010001110110010100001100011101011010000111111 | ebed8ea8eca18eb43f |
UTF-8 | 謐ィ譟エ鄕 | 111010001010110010010000111011111011110110101000111010001010110110011111111011111011110110110100111010011000010010010101 | e8ac90efbda8e8ad9fefbdb4e98495 |
UHC | 謐???鄕 | 11011010110011010011111100111111001111111111101011000001 | dacd3f3f3ffac1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)