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 | Ddn}Ddn{^ | 1001001001000100011001000110111001111101100100100100010001100100011011100111101101011110 | 9244646e7d9244646e7b5e |
SJIS-WIN | ?Ddn}?Ddn{^ | 0011111101000100011001000110111001111101001111110100010001100100011011100111101101011110 | 3f44646e7d3f44646e7b5e |
EUC-JP | ?Ddn}?Ddn{^ | 0011111101000100011001000110111001111101001111110100010001100100011011100111101101011110 | 3f44646e7d3f44646e7b5e |
UTF-8 | Ddn}Ddn{^ | 11000010100100100100010001100100011011100111110111000010100100100100010001100100011011100111101101011110 | c29244646e7dc29244646e7b5e |
UHC | ?Ddn}?Ddn{^ | 0011111101000100011001000110111001111101001111110100010001100100011011100111101101011110 | 3f44646e7d3f44646e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)