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¥V¬ | 1001001001010110100100011010010110010010010101101001000110101100 | 925691a5925691ac |
SJIS-WIN | ?V?¥?V?¬ | 00111111010101100011111110000001100011110011111101010110001111111000000111001010 | 3f563f818f3f563f81ca |
EUC-JP | ?V???V?¬ | 001111110101011000111111001111110011111101010110001111111010001011001100 | 3f563f3f3f563fa2cc |
UTF-8 | V¥V¬ | 1100001010010010010101101100001010010001110000101010010111000010100100100101011011000010100100011100001010101100 | c29256c291c2a5c29256c291c2ac |
UHC | ?V???V?? | 0011111101010110001111110011111100111111010101100011111100111111 | 3f563f3f3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)