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 | 篏險篏狃^ | 111000101011101111101000101010001110001010111011111000001011101101011110 | e2bbe8a8e2bbe0bb5e |
EUC-JP | 篏險篏狃^ | 111001001011110111110000101010101110010010111101111000001011110101011110 | e4bdf0aae4bde0bd5e |
UTF-8 | 篏險篏狃^ | 11100111101011111000111111101001100110101010101011100111101011111000111111100111100010111000001101011110 | e7af8fe99aaae7af8fe78b835e |
UHC | ?險??^ | 001111111111101011001111001111110011111101011110 | 3ffacf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)