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 | 00111111001111110011111100111111100010011000110001000010 | 3f3f3f3f898c42 |
EUC-JP | ????煙B | 00111111001111110011111100111111101100011110110001000010 | 3f3f3f3fb1ec42 |
UTF-8 | 롇롗롇롗煙B | 11101011101000011000011111101011101000011001011111101011101000011000011111101011101000011001011111100111100001011001100101000010 | eba187eba197eba187eba197e7859942 |
UHC | 롇롗롇롗煙B | 1000111011001101100011101101101110001110110011011000111011011011111001101101010101000010 | 8ecd8edb8ecd8edbe6d542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)