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 | 謳悶自妺ソ | 111001101001000010010110111000111000111010101001111110101010010110111111 | e69096e38ea9faa5bf |
EUC-JP | 謳悶自妺ソ | 1110101111110000110011001110010110111100101010111000111110111001101101111000111010111111 | ebf0cce5bcab8fb9b78ebf |
UTF-8 | 謳悶自妺ソ | 111010001010110010110011111001101000001010110110111010001000011110101010111001011010011010111010111011111011110110111111 | e8acb3e682b6e887aae5a6baefbdbf |
UHC | 謳悶自?? | 1100111111000100110110101011111111101101101110110011111100111111 | cfc4dabfedbb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)