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 | 雹紆雹紆^ | 111010001011100111100010111111001110100010111001111000101111110001011110 | e8b9e2fce8b9e2fc5e |
EUC-JP | 雹紆雹紆^ | 111100001011101111100100111111101111000010111011111001001111111001011110 | f0bbe4fef0bbe4fe5e |
UTF-8 | 雹紆雹紆^ | 11101001100110111011100111100111101101001000011011101001100110111011100111100111101101001000011001011110 | e99bb9e7b486e99bb9e7b4865e |
UHC | 雹紆雹紆^ | 110110101101111111101001111000011101101011011111111010011110000101011110 | dadfe9e1dadfe9e15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)