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 | \VBWF | 100100100101110010010010010101101001001001000010100100100101011101000110 | 925c92569242925746 |
SJIS-WIN | ?\?V?B?WF | 001111110101110000111111010101100011111101000010001111110101011101000110 | 3f5c3f563f423f5746 |
EUC-JP | ?\?V?B?WF | 001111110101110000111111010101100011111101000010001111110101011101000110 | 3f5c3f563f423f5746 |
UTF-8 | \VBWF | 11000010100100100101110011000010100100100101011011000010100100100100001011000010100100100101011101000110 | c2925cc29256c29242c2925746 |
UHC | ?\?V?B?WF | 001111110101110000111111010101100011111101000010001111110101011101000110 | 3f5c3f563f423f5746 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)