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 | 獻甞^ | 1110000011011001111000010101001001011110 | e0d9e1525e |
EUC-JP | 獻甞^ | 1110000011011011111000011011001101011110 | e0dbe1b35e |
UTF-8 | 獻甞^ | 11100111100011011011101111100111100101001001111001011110 | e78dbbe7949e5e |
UHC | 獻?^ | 11111010110011000011111101011110 | facc3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)