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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 燁??燁??E | 111110110101100100111111001111111111101101011001001111110011111101000101 | fb593f3ffb593f3f45 |
EUC-JP | 燁??燁??E | 1000111111001010101100110011111100111111100011111100101010110011001111110011111101000101 | 8fcab33f3f8fcab33f3f45 |
UTF-8 | 燁계븯燁계븯E | 11100111100001111000000111101010101100111000010011101011101110001010111111100111100001111000000111101010101100111000010011101011101110001010111101000101 | e78781eab384ebb8afe78781eab384ebb8af45 |
UHC | 燁계븯燁계븯E | 11100111101001111011000011101000100101011001100011100111101001111011000011101000100101011001100001000101 | e7a7b0e89598e7a7b0e8959845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)