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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 錏幄屁B | 11100111111110011001101111101000100110111001101101000010 | e7f99be89b9b42 |
EUC-JP | 錏幄屁B | 11101110111110111101011011101010110101011111101101000010 | eefbd6ead5fb42 |
UTF-8 | 錏幄屁B | 11101001100011001000111111100101101110011000010011100101101100011000000101000010 | e98c8fe5b984e5b18142 |
UHC | ?幄?B | 0011111111100100110000010011111101000010 | 3fe4c13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)