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 | ?t | 0011111101110100 | 3f74 |
SJIS-WIN | 棚t | 100100100100100101110100 | 924974 |
EUC-JP | 棚t | 110000111010101001110100 | c3aa74 |
UTF-8 | 棚t | 11100110101000111001101001110100 | e6a39a74 |
UHC | 棚t | 110111011101110001110100 | dddc74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)