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 | 111010111110001010010000010101100110100011101011111000101001000001010110 | ebe2905668ebe29056 |
SJIS-WIN | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
EUC-JP | ëâ?Vhëâ?V | 1000111110101011101100111000111110101011101001000011111101010110011010001000111110101011101100111000111110101011101001000011111101010110 | 8fabb38faba43f56688fabb38faba43f56 |
UTF-8 | ëâVhëâV | 110000111010101111000011101000101100001010010000010101100110100011000011101010111100001110100010110000101001000001010110 | c3abc3a2c2905668c3abc3a2c29056 |
UHC | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)