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] | 1111101010110110100100111110110110011010100110010101000101011101 | fab693ed9a99515d |
EUC-JP | 巐楠囮Q] | 100011111011101111111001110001101110111111010011111110010101000101011101 | 8fbbf9c6efd3f9515d |
UTF-8 | 巐楠囮Q] | 1110010110110111100100001110011010100101101000001110010110011011101011100101000101011101 | e5b790e6a5a0e59bae515d |
UHC | ?楠?Q] | 001111111101000111111000001111110101000101011101 | 3fd1f83f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)