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 | 11001101110110111111010110110101111100001110001101010110 | cddbf5b5f0e356 |
EUC-JP | ヘロ??V | 10001110110011011000111011011011001111110011111101010110 | 8ecd8edb3f3f56 |
UTF-8 | ヘロV | 11101111101111101000110111101111101111101001101111101110100100001010000011101110100000101010001001010110 | efbe8defbe9bee90a0ee82a256 |
UHC | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)