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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 瓮ュ?Q] | 11100001010001001000001110000101001111110101000101011101 | e14483853f515d |
EUC-JP | 瓮ュ?Q] | 11100001101001011010010111100101001111110101000101011101 | e1a5a5e53f515d |
UTF-8 | 瓮ュ뤈Q] | 1110011110010011101011101110001110000011101001011110101110100100100010000101000101011101 | e793aee383a5eba488515d |
UHC | 瓮ュ뤈Q] | 1110100010110111101010111110010110001111101110000101000101011101 | e8b7abe58fb8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)