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 | 造騒泙騒^ | 100100011010001010010001100110111001111110100010100100011001101101011110 | 91a2919b9fa2919b5e |
EUC-JP | 造騒泙騒^ | 110000101010010011000001111110111101111010100100110000011111101101011110 | c2a4c1fbdea4c1fb5e |
UTF-8 | 造騒泙騒^ | 11101001100000001010000011101001101010001001001011100110101100111001100111101001101010001001001001011110 | e980a0e9a892e6b399e9a8925e |
UHC | 造???^ | 111100001110001100111111001111110011111101011110 | f0e33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)