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¨ | 1001001001010110100100011010010110010010010101101001000110101000 | 925691a5925691a8 |
SJIS-WIN | ?V?¥?V?¨ | 00111111010101100011111110000001100011110011111101010110001111111000000101001110 | 3f563f818f3f563f814e |
EUC-JP | ?V???V?¨ | 001111110101011000111111001111110011111101010110001111111010000110101111 | 3f563f3f3f563fa1af |
UTF-8 | V¥V¨ | 1100001010010010010101101100001010010001110000101010010111000010100100100101011011000010100100011100001010101000 | c29256c291c2a5c29256c291c2a8 |
UHC | ?V???V?¨ | 001111110101011000111111001111110011111101010110001111111010000110100111 | 3f563f3f3f563fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)