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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 舌?樊莎衛B | 10010000111000110011111110011110111001101110010010110011100010010111000101000010 | 90e33f9ee6e4b3897142 |
EUC-JP | 舌?樊莎衛B | 11000000111001010011111111011100111010001110100010110101101100011101001001000010 | c0e53fdce8e8b5b1d242 |
UTF-8 | 舌뤾樊莎衛B | 11101000100010001000110011101011101001001011111011100110101010001000101011101000100011101000111011101000101000011001101101000010 | e8888ceba4bee6a88ae88e8ee8a19b42 |
UHC | 舌뤾樊莎衛B | 1110000011011111100011111110101011011011111000001101111011101101111010101101101101000010 | e0df8feadbe0deedeadb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)