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] | 1110010110111111100010101001101111100100101111010101000101011101 | e5bf8a9be4bd515d |
EUC-JP | 蠢鴨菴Q] | 1110101011000001101100111111101111101000101111110101000101011101 | eac1b3fbe8bf515d |
UTF-8 | 蠢鴨菴Q] | 1110100010100000101000101110100110110100101010001110100010001111101101000101000101011101 | e8a0a2e9b4a8e88fb4515d |
UHC | 蠢鴨菴Q] | 1111000111100011111001001110010111100100111000000101000101011101 | f1e3e4e5e4e0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)