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 | 勺鹿尺質赧 | 10001110110110011000111010101101100011101101101010001110101111111110011011011101 | 8ed98ead8eda8ebfe6dd |
EUC-JP | 勺鹿尺質赧 | 10111100110110111011110010101111101111001101110010111100110000011110110011011111 | bcdbbcafbcdcbcc1ecdf |
UTF-8 | 勺鹿尺質赧 | 111001011000101110111010111010011011100110111111111001011011000010111010111010001011001110101010111010001011010110100111 | e58bbae9b9bfe5b0bae8b3aae8b5a7 |
UHC | 勺鹿尺質? | 111011011100001111010110111000111111010010101001111100101111010100111111 | edc3d6e3f4a9f2f53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)