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 | 111110111100000010001110101011110100000001101000 | fbc08eaf4068 |
EUC-JP | 釥識@h | 10001111111000111010101110111100101100010100000001101000 | 8fe3abbcb14068 |
UTF-8 | 釥識@h | 1110100110000111101001011110100010101101100110000100000001101000 | e987a5e8ad984068 |
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)