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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 族嘆~ | 1001000110110000100100100101000101111110 | 91b092517e |
EUC-JP | 族嘆~ | 1100001010110010110000111011001001111110 | c2b2c3b27e |
UTF-8 | 族嘆~ | 11100110100101111000111111100101100110001000011001111110 | e6978fe598867e |
UHC | 族嘆~ | 1111000011101001111101111010001101111110 | f0e9f7a37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)