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 | 00111111001111110011111101010110 | 3f3f3f56 |
EUC-JP | 獒??V | 100011111100101110111011001111110011111101010110 | 8fcbbb3f3f56 |
UTF-8 | 獒놂쉬V | 11100111100011011001001011101011100001101000001011101100100010011010110001010110 | e78d92eb8682ec89ac56 |
UHC | 獒놂쉬V | 11101000101000111011001111101111101111011010110001010110 | e8a3b3efbdac56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)