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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逶杣逶杣^ | 111001111001101110011110010110111110011110011011100111100101101101011110 | e79b9e5be79b9e5b5e |
EUC-JP | 逶杣逶杣^ | 111011011111101111011011101111001110110111111011110110111011110001011110 | edfbdbbcedfbdbbc5e |
UTF-8 | 逶杣逶杣^ | 11101001100000001011011011100110100111011010001111101001100000001011011011100110100111011010001101011110 | e980b6e69da3e980b6e69da35e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)