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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 雍壁^ | 1110100010110100100101011100011101011110 | e8b495c75e |
EUC-JP | 雍壁^ | 1111000010110110110010101100100101011110 | f0b6cac95e |
UTF-8 | 雍壁^ | 11101001100110111000110111100101101000111000000101011110 | e99b8de5a3815e |
UHC | 雍壁^ | 1110100010111100110110111111101001011110 | e8bcdbfa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)