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 | 篋險篋狃^ | 111000101011100011101000101010001110001010111000111000001011101101011110 | e2b8e8a8e2b8e0bb5e |
EUC-JP | 篋險篋狃^ | 111001001011101011110000101010101110010010111010111000001011110101011110 | e4baf0aae4bae0bd5e |
UTF-8 | 篋險篋狃^ | 11100111101011111000101111101001100110101010101011100111101011111000101111100111100010111000001101011110 | e7af8be99aaae7af8be78b835e |
UHC | ?險??^ | 001111111111101011001111001111110011111101011110 | 3ffacf3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)