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 | 00111111100110001101000100111111100111011111011001000101 | 3f98d13f9df645 |
EUC-JP | ?佯?暘E | 00111111110100001101001100111111110110101111100001000101 | 3fd0d33fdaf845 |
UTF-8 | 렰佯렰暘E | 11101011101000001011000011100100101111011010111111101011101000001011000011100110100110101001100001000101 | eba0b0e4bdafeba0b0e69a9845 |
UHC | 렰佯렰暘E | 100011101011110111100101101110101000111010111101111001011100001101000101 | 8ebde5ba8ebde5c345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)