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 | ???dB | 0011111100111111001111110110010001000010 | 3f3f3f6442 |
SJIS-WIN | 受△?dB | 10001110111100111000000110100010001111110110010001000010 | 8ef381a23f6442 |
EUC-JP | 受△?dB | 10111100111101011010001010100100001111110110010001000010 | bcf5a2a43f6442 |
UTF-8 | 受△뼦dB | 1110010110001111100101111110001010010110101100111110101110111100101001100110010001000010 | e58f97e296b3ebbca66442 |
UHC | 受△뼦dB | 1110000111110100101000011110001010010110101010010110010001000010 | e1f4a1e296a96442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)