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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 絎窮該V | 11100011010011011000101110000111100010100101100101010110 | e34d8b878a5956 |
EUC-JP | 絎窮該V | 11100101101011101011010111100111101100111011101001010110 | e5aeb5e7b3ba56 |
UTF-8 | 絎窮該V | 11100111101101011000111011100111101010101010111011101000101010011011001001010110 | e7b58ee7aaaee8a9b256 |
UHC | ?窮該V | 001111111100111111100011111110101011000101010110 | 3fcfe3fab156 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)