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¥P[V | 10010010010101101001000110100101100100100101000010010010010110111001001001010110 | 925691a59250925b9256 |
SJIS-WIN | ?V?¥?P?[?V | 0011111101010110001111111000000110001111001111110101000000111111010110110011111101010110 | 3f563f818f3f503f5b3f56 |
EUC-JP | ?V???P?[?V | 00111111010101100011111100111111001111110101000000111111010110110011111101010110 | 3f563f3f3f503f5b3f56 |
UTF-8 | V¥P[V | 11000010100100100101011011000010100100011100001010100101110000101001001001010000110000101001001001011011110000101001001001010110 | c29256c291c2a5c29250c2925bc29256 |
UHC | ?V???P?[?V | 00111111010101100011111100111111001111110101000000111111010110110011111101010110 | 3f563f3f3f503f5b3f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)