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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 鴫写釈識B | 1000111010110000100011101100101010001110110111111000111010101111111100001110000101000010 | 8eb08eca8edf8eaff0e142 |
EUC-JP | 鴫写釈識?B | 10111100101100101011110011001100101111001110000110111100101100010011111101000010 | bcb2bcccbce1bcb13f42 |
UTF-8 | 鴫写釈識B | 11101001101101001010101111100101100001101001100111101001100001111000100011101000101011011001100011101110100000101010000001000010 | e9b4abe58699e98788e8ad98ee82a042 |
UHC | ???識?B | 00111111001111110011111111100011110110110011111101000010 | 3f3f3fe3db3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)