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 | ??º? | 00111111001111111011101000111111 | 3f3fba3f |
SJIS-WIN | ???應 | 0011111100111111001111111001110011100100 | 3f3f3f9ce4 |
EUC-JP | ??º應 | 00111111001111111000111110100010111010111101100011100110 | 3f3f8fa2ebd8e6 |
UTF-8 | 緣쏅º應 | 1110011110110111101000111110110010001111100001011100001010111010111001101000011110001001 | e7b7a3ec8f85c2bae68789 |
UHC | 緣쏅º應 | 1110011011011110100110111110101110101000101011001110101111101011 | e6de9beba8acebeb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)