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 | RVªD | 1001001001010010100100100101011010010001101010101001001001000100 | 9252925691aa9244 |
SJIS-WIN | ?R?V???D | 0011111101010010001111110101011000111111001111110011111101000100 | 3f523f563f3f3f44 |
EUC-JP | ?R?V?ª?D | 00111111010100100011111101010110001111111000111110100010111011000011111101000100 | 3f523f563f8fa2ec3f44 |
UTF-8 | RVªD | 11000010100100100101001011000010100100100101011011000010100100011100001010101010110000101001001001000100 | c29252c29256c291c2aac29244 |
UHC | ?R?V?ª?D | 001111110101001000111111010101100011111110101000101000110011111101000100 | 3f523f563fa8a33f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)