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 | ??@h | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 識@h | 111100001010011110001110101011110100000001101000 | f0a78eaf4068 |
EUC-JP | ?識@h | 0011111110111100101100010100000001101000 | 3fbcb14068 |
UTF-8 | 識@h | 1110111010000001101001101110100010101101100110000100000001101000 | ee81a6e8ad984068 |
UHC | ?識@h | 0011111111100011110110110100000001101000 | 3fe3db4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)