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 | 軟??巍 | 100100111110111000111111001111111001101111011001 | 93ee3f3f9bd9 |
EUC-JP | 軟??巍 | 110001101111000000111111001111111101011011011011 | c6f03f3fd6db |
UTF-8 | 軟낁퀙巍 | 111010001011101110011111111010111000001010000001111011011000000010011001111001011011011110001101 | e8bb9feb8281ed8099e5b78d |
UHC | 軟낁퀙巍 | 1110011011100011100001011110100010110011100011011110100011100100 | e6e385e8b38de8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)