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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 篳ィ篳ィ^ | 1110001011001000101010001111000101111101111000101100100010101000111100010111101101011110 | e2c8a8f17de2c8a8f17b5e |
EUC-JP | 篳ィ?篳ィ?^ | 1110010011001010100011101010100000111111111001001100101010001110101010000011111101011110 | e4ca8ea83fe4ca8ea83f5e |
UTF-8 | 篳ィ篳ィ^ | 11100111101011111011001111101111101111011010100011101110100000111011100111100111101011111011001111101111101111011010100011101110100000111011011101011110 | e7afb3efbda8ee83b9e7afb3efbda8ee83b75e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)