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 | ?E? | 001111110100010100111111 | 3f453f |
SJIS-WIN | 涌E涌 | 1001011101001111010001011001011101001111 | 974f45974f |
EUC-JP | 涌E涌 | 1100110110110000010001011100110110110000 | cdb045cdb0 |
UTF-8 | 涌E涌 | 11100110101101101000110001000101111001101011011010001100 | e6b68c45e6b68c |
UHC | 涌E涌 | 1110100110111111010001011110100110111111 | e9bf45e9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)