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 | 謗問陶妺オ | 111001101000111010010110111000101001001110101001111110101010010110110101 | e68e96e293a9faa5b5 |
EUC-JP | 謗問陶妺オ | 1110101111101110110011001110010011000110101010111000111110111001101101111000111010110101 | ebeecce4c6ab8fb9b78eb5 |
UTF-8 | 謗問陶妺オ | 111010001010110010010111111001011001010110001111111010011001100110110110111001011010011010111010111011111011110110110101 | e8ac97e5958fe999b6e5a6baefbdb5 |
UHC | 謗問陶?? | 1101101110111111110110011111110111010100101101100011111100111111 | dbbfd9fdd4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)