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 | ÞûQ] | 11011110111110110101000101011101 | defb515d |
SJIS-WIN | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
EUC-JP | ÞûQ] | 1000111110101001101100001000111110101011111001010101000101011101 | 8fa9b08fabe5515d |
UTF-8 | ÞûQ] | 110000111001111011000011101110110101000101011101 | c39ec3bb515d |
UHC | Þ?Q] | 1010100010101101001111110101000101011101 | a8ad3f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)