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ÒéεûW | 1111101101010110110100101110100111001110101101011111101101010111 | fb56d2e9ceb5fb57 |
SJIS-WIN | ?V?????W | 0011111101010110001111110011111100111111001111110011111101010111 | 3f563f3f3f3f3f57 |
EUC-JP | ûVÒéÎ?ûW | 100011111010101111100101010101101000111110101010110100101000111110101011101100011000111110101010110000100011111110001111101010111110010101010111 | 8fabe5568faad28fabb18faac23f8fabe557 |
UTF-8 | ûVÒéεûW | 1100001110111011010101101100001110010010110000111010100111000011100011101100001010110101110000111011101101010111 | c3bb56c392c3a9c38ec2b5c3bb57 |
UHC | ?V?????W | 0011111101010110001111110011111100111111001111110011111101010111 | 3f563f3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)