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 | 游?彬妖 | 10011111111000000011111110010101011010101001011101100100 | 9fe03f956a9764 |
EUC-JP | 游?彬妖 | 11011110111000100011111111001001110010111100110111000101 | dee23fc9cbcdc5 |
UTF-8 | 游쮸彬妖 | 111001101011100010111000111011001010111010111000111001011011110110101100111001011010011010010110 | e6b8b8ecaeb8e5bdace5a696 |
UHC | 游쮸彬妖 | 1110101011111101110000101110100111011110101011111110100011101101 | eafdc2e9deafe8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)