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 | VvVvB | 1000111101010110100011101000000101110110100011110101011010001110100000010111011001000010 | 8f568e81768f568e817642 |
SJIS-WIN | ?V??v?V??vB | 0011111101010110001111110011111101110110001111110101011000111111001111110111011001000010 | 3f563f3f763f563f3f7642 |
EUC-JP | ?V??v?V??vB | 0011111101010110001111110011111101110110001111110101011000111111001111110111011001000010 | 3f563f3f763f563f3f7642 |
UTF-8 | VvVvB | 1100001010001111010101101100001010001110110000101000000101110110110000101000111101010110110000101000111011000010100000010111011001000010 | c28f56c28ec28176c28f56c28ec2817642 |
UHC | ?V??v?V??vB | 0011111101010110001111110011111101110110001111110101011000111111001111110111011001000010 | 3f563f3f763f563f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)