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 | 勺鹿尺質渉 | 10001110110110011000111010101101100011101101101010001110101111111000111111000010 | 8ed98ead8eda8ebf8fc2 |
EUC-JP | 勺鹿尺質渉 | 10111100110110111011110010101111101111001101110010111100110000011011111011000100 | bcdbbcafbcdcbcc1bec4 |
UTF-8 | 勺鹿尺質渉 | 111001011000101110111010111010011011100110111111111001011011000010111010111010001011001110101010111001101011100010001001 | e58bbae9b9bfe5b0bae8b3aae6b889 |
UHC | 勺鹿尺質? | 111011011100001111010110111000111111010010101001111100101111010100111111 | edc3d6e3f4a9f2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)