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] | 1001001001000100100100011011010010010001101110100101000101011101 | 924491b491ba515d |
EUC-JP | 奪其村Q] | 1100001110100101110000101011011011000010101111000101000101011101 | c3a5c2b6c2bc515d |
UTF-8 | 奪其村Q] | 1110010110100101101010101110010110000101101101101110011010011101100100010101000101011101 | e5a5aae585b6e69d91515d |
UHC | 奪其村Q] | 1111011110101100110100001110110011110101101111010101000101011101 | f7acd0ecf5bd515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)