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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 乂乂B | 1001100010100111100110001010011101000010 | 98a798a742 |
EUC-JP | 乂乂B | 1101000010101001110100001010100101000010 | d0a9d0a942 |
UTF-8 | 乂乂B | 11100100101110011000001011100100101110011000001001000010 | e4b982e4b98242 |
UHC | 乂乂B | 1110011111010001111001111101000101000010 | e7d1e7d142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)