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 | ??Y | 001111110011111101011001 | 3f3f59 |
SJIS-WIN | ?跏Y | 00111111111001101110011001011001 | 3fe6e659 |
EUC-JP | ?跏Y | 00111111111011001110100001011001 | 3fece859 |
UTF-8 | 룶跏Y | 11101011101000111011011011101000101101111000111101011001 | eba3b6e8b78f59 |
UHC | 룶跏Y | 1000111110101011110010101011101001011001 | 8fabcaba59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)