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 | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | 豫??v | 1001100010101100001111110011111101110110 | 98ac3f3f76 |
EUC-JP | 豫??v | 1101000010101110001111110011111101110110 | d0ae3f3f76 |
UTF-8 | 豫븅폖v | 11101000101100011010101111101011101110001000010111101101100011111001011001110110 | e8b1abebb885ed8f9676 |
UHC | 豫븅폖v | 11100111111000111011101011101001101111001010000001110110 | e7e3bae9bca076 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)