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 | 譓糲ェキ | 1111101110101011111000101111100010101010101101111111001010111111 | fbabe2f8aab7f2bf |
EUC-JP | 譓糲ェキ? | 10001111110111101100101111100100111110101000111010101010100011101011011100111111 | 8fdecbe4fa8eaa8eb73f |
UTF-8 | 譓糲ェキ | 111010001010110110010011111001111011001110110010111011111011110110101010111011111011110110110111111011101000011110110110 | e8ad93e7b3b2efbdaaefbdb7ee87b6 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)