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] | 001111110011111100111111001111110101000101011101 | 3f3f3f3f515d |
SJIS-WIN | 訂基??Q] | 1001001011111001100010101110111000111111001111110101000101011101 | 92f98aee3f3f515d |
EUC-JP | 訂基??Q] | 1100010011111011101101001111000000111111001111110101000101011101 | c4fbb4f03f3f515d |
UTF-8 | 訂基렰렮Q] | 1110100010101000100000101110010110011111101110101110101110100000101100001110101110100000101011100101000101011101 | e8a882e59fbaeba0b0eba0ae515d |
UHC | 訂基렰렮Q] | 11101111111101001101000011110001100011101011110110001110101110110101000101011101 | eff4d0f18ebd8ebb515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)