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 | àñâfâNâV | 1110000011110001111000100110011011100010010011101110001001010110 | e0f1e266e24ee256 |
SJIS-WIN | ???f?N?V | 0011111100111111001111110110011000111111010011100011111101010110 | 3f3f3f663f4e3f56 |
EUC-JP | àñâfâNâV | 100011111010101110100010100011111010101111010000100011111010101110100100011001101000111110101011101001000100111010001111101010111010010001010110 | 8faba28fabd08faba4668faba44e8faba456 |
UTF-8 | àñâfâNâV | 11000011101000001100001110110001110000111010001001100110110000111010001001001110110000111010001001010110 | c3a0c3b1c3a266c3a24ec3a256 |
UHC | ???f?N?V | 0011111100111111001111110110011000111111010011100011111101010110 | 3f3f3f663f4e3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)