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 | ??????V | 00111111001111110011111100111111001111110011111101010110 | 3f3f3f3f3f3f56 |
SJIS-WIN | 拙???窪?V | 100100001101100100111111001111110011111110001100010001010011111101010110 | 90d93f3f3f8c453f56 |
EUC-JP | 拙???窪?V | 110000001101101100111111001111110011111110110111101001100011111101010110 | c0db3f3f3fb7a63f56 |
UTF-8 | 拙흗렓렜窪렜V | 11100110100010111001100111101101100111011001011111101011101000001001001111101011101000001001110011100111101010101010101011101011101000001001110001010110 | e68b99ed9d97eba093eba09ce7aaaaeba09c56 |
UHC | 拙흗렓렜窪렜V | 11110000111100001100100011101001100011101010100010001110101011101110100011000001100011101010111001010110 | f0f0c8e98ea88eaee8c18eae56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)