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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 遐叩B | 1110011110100000100100100100000001000010 | e7a0924042 |
EUC-JP | 遐叩B | 1110111010100010110000111010000101000010 | eea2c3a142 |
UTF-8 | 遐叩B | 11101001100000011001000011100101100011111010100101000010 | e98190e58fa942 |
UHC | 遐叩B | 1111100111000110110011011011000001000010 | f9c6cdb042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)