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 | 束束^ | 1001000110101001100100011010100101011110 | 91a991a95e |
EUC-JP | 束束^ | 1100001010101011110000101010101101011110 | c2abc2ab5e |
UTF-8 | 束束^ | 11100110100111011001111111100110100111011001111101011110 | e69d9fe69d9f5e |
UHC | 束束^ | 1110000111010110111000011101011001011110 | e1d6e1d65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)