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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 燁執燁鴫 | 1111101101011001100011101011011111111011010110011000111010110000 | fb598eb7fb598eb0 |
EUC-JP | 燁執燁鴫 | 10001111110010101011001110111100101110011000111111001010101100111011110010110010 | 8fcab3bcb98fcab3bcb2 |
UTF-8 | 燁執燁鴫 | 111001111000011110000001111001011001111110110111111001111000011110000001111010011011010010101011 | e78781e59fb7e78781e9b4ab |
UHC | 燁執燁? | 11100111101001111111001011111011111001111010011100111111 | e7a7f2fbe7a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)