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 | 10011010010101101001110010000000 | 9a569c80 |
SJIS-WIN | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
EUC-JP | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
UTF-8 | V | 11000010100110100101011011000010100111001100001010000000 | c29a56c29cc280 |
UHC | ?V?? | 00111111010101100011111100111111 | 3f563f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)