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¡ | 1001001001010110100100011010000110010010010101101001000110100001 | 925691a1925691a1 |
SJIS-WIN | ?V???V?? | 0011111101010110001111110011111100111111010101100011111100111111 | 3f563f3f3f563f3f |
EUC-JP | ?V?¡?V?¡ | 001111110101011000111111100011111010001011000010001111110101011000111111100011111010001011000010 | 3f563f8fa2c23f563f8fa2c2 |
UTF-8 | V¡V¡ | 1100001010010010010101101100001010010001110000101010000111000010100100100101011011000010100100011100001010100001 | c29256c291c2a1c29256c291c2a1 |
UHC | ?V?¡?V?¡ | 00111111010101100011111110100010101011100011111101010110001111111010001010101110 | 3f563fa2ae3f563fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)