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 | \VU | 100100100101110010010010010101101001001001010101 | 925c92569255 |
SJIS-WIN | ?\?V?U | 001111110101110000111111010101100011111101010101 | 3f5c3f563f55 |
EUC-JP | ?\?V?U | 001111110101110000111111010101100011111101010101 | 3f5c3f563f55 |
UTF-8 | \VU | 110000101001001001011100110000101001001001010110110000101001001001010101 | c2925cc29256c29255 |
UHC | ?\?V?U | 001111110101110000111111010101100011111101010101 | 3f5c3f563f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)