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 | 10001000111010100011111110001000111010100011111101000101 | 88ea3f88ea3f45 |
EUC-JP | 一?一?E | 10110000111011000011111110110000111011000011111101000101 | b0ec3fb0ec3f45 |
UTF-8 | 一봜一봟E | 11100100101110001000000011101011101101001001110011100100101110001000000011101011101101001001111101000101 | e4b880ebb49ce4b880ebb49f45 |
UHC | 一봜一봟E | 111011001110100110010100010110011110110011101001100101000110001001000101 | ece99459ece9946245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)