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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | 窈?汝?V | 11100010011101110011111110010011111100000011111101010110 | e2773f93f03f56 |
EUC-JP | 窈?汝?V | 11100011110110000011111111000110111100100011111101010110 | e3d83fc6f23f56 |
UTF-8 | 窈뛏汝꿶V | 11100111101010101000100011101011100110111000111111100110101100011001110111101010101111111011011001010110 | e7aa88eb9b8fe6b19deabfb656 |
UHC | 窈뛏汝꿶V | 111010011010000110001101010011011110011010100011100001010111000001010110 | e9a18d4de6a3857056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)