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] | 10001100111010110011111100111111001111110101000101011101 | 8ceb3f3f3f515d |
EUC-JP | 誤???Q] | 10111000111011010011111100111111001111110101000101011101 | b8ed3f3f3f515d |
UTF-8 | 誤곊우댅Q] | 1110100010101010101001001110101010110011100010101110110010011010101100001110101110001100100001010101000101011101 | e8aaa4eab38aec9ab0eb8c85515d |
UHC | 誤곊우댅Q] | 11101000101001101000000111001110101111111110110010001000101011110101000101011101 | e8a681cebfec88af515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)