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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 錏孵錏孵B | 111001111111100110011011011110101110011111111001100110110111101001000010 | e7f99b7ae7f99b7a42 |
EUC-JP | 錏孵錏孵B | 111011101111101111010101110110111110111011111011110101011101101101000010 | eefbd5dbeefbd5db42 |
UTF-8 | 錏孵錏孵B | 11101001100011001000111111100101101011011011010111101001100011001000111111100101101011011011010101000010 | e98c8fe5adb5e98c8fe5adb542 |
UHC | ?孵?孵B | 00111111110111011010001000111111110111011010001001000010 | 3fdda23fdda242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)