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 | ??Vh??V | 00111111001111110101011001101000001111110011111101010110 | 3f3f56683f3f56 |
SJIS-WIN | 潁輊Vh潁輊V | 1001111111110001111001110110100001010110011010001001111111110001111001110110100001010110 | 9ff1e76856689ff1e76856 |
EUC-JP | 潁輊Vh潁輊V | 1101111011110011111011011100100101010110011010001101111011110011111011011100100101010110 | def3edc95668def3edc956 |
UTF-8 | 潁輊Vh潁輊V | 111001101011110110000001111010001011110010001010010101100110100011100110101111011000000111101000101111001000101001010110 | e6bd81e8bc8a5668e6bd81e8bc8a56 |
UHC | 潁?Vh潁?V | 111001111011100000111111010101100110100011100111101110000011111101010110 | e7b83f5668e7b83f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)