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 | 業盛^ | 1000101111000110100100001011011101011110 | 8bc690b75e |
EUC-JP | 業盛^ | 1011011011001000110000001011100101011110 | b6c8c0b95e |
UTF-8 | 業盛^ | 11100110101001011010110111100111100110111001101101011110 | e6a5ade79b9b5e |
UHC | 業盛^ | 1110010111110110111000001111110001011110 | e5f6e0fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)