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 | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
SJIS-WIN | ?諷呈?E | 00111111111001101000010110010010111001100011111101000101 | 3fe68592e63f45 |
EUC-JP | ?諷呈?E | 00111111111010111110010111000100111010000011111101000101 | 3febe5c4e83f45 |
UTF-8 | 뤋諷呈촀E | 11101011101001001000101111101000101010111011011111100101100100011000100011101100101101001000000001000101 | eba48be8abb7e59188ecb48045 |
UHC | 뤋諷呈촀E | 100011111011101111111001101001001110111111010000101011000100001101000101 | 8fbbf9a4efd0ac4345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)