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] | 00111111100011110111110100111111001111110101000101011101 | 3f8f7d3f3f515d |
EUC-JP | ?殉??Q] | 00111111101111011101111000111111001111110101000101011101 | 3fbdde3f3f515d |
UTF-8 | 먾殉먾뤮Q] | 1110101110101000101111101110011010101110100010011110101110101000101111101110101110100100101011100101000101011101 | eba8bee6ae89eba8beeba4ae515d |
UHC | 먾殉먾뤮Q] | 10010000111110001110001011100110100100001111100010001111110111000101000101011101 | 90f8e2e690f88fdc515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)