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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 胛≧識蔕 | 1110001111101110100000011000011010001110101011111110010011110110 | e3ee81868eafe4f6 |
EUC-JP | 胛≧識蔕 | 1110011011110000101000011110011010111100101100011110100011111000 | e6f0a1e6bcb1e8f8 |
UTF-8 | 胛≧識蔕 | 111010001000001110011011111000101000100110100111111010001010110110011000111010001001010010010101 | e8839be289a7e8ad98e89495 |
UHC | 胛?識? | 110010111010010000111111111000111101101100111111 | cba43fe3db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)