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 | VODVOD^ | 1001001001010110100100100100111101000100100100100101011010010010010011110100010001011110 | 9256924f449256924f445e |
SJIS-WIN | ?V?OD?V?OD^ | 0011111101010110001111110100111101000100001111110101011000111111010011110100010001011110 | 3f563f4f443f563f4f445e |
EUC-JP | ?V?OD?V?OD^ | 0011111101010110001111110100111101000100001111110101011000111111010011110100010001011110 | 3f563f4f443f563f4f445e |
UTF-8 | VODVOD^ | 110000101001001001010110110000101001001001001111010001001100001010010010010101101100001010010010010011110100010001011110 | c29256c2924f44c29256c2924f445e |
UHC | ?V?OD?V?OD^ | 0011111101010110001111110100111101000100001111110101011000111111010011110100010001011110 | 3f563f4f443f563f4f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)