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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 瘋若 | 11100001100001101000111011100001 | e1868ee1 |
EUC-JP | 瘋若 | 11100001111001101011110011100011 | e1e6bce3 |
UTF-8 | 瘋若 | 111001111001100010001011111010001000101110100101 | e7988be88ba5 |
UHC | ?若 | 001111111110010110110100 | 3fe5b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)