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 | 狠羣狠蝎 | 1110000011000001111000111011100011100000110000011110010110011001 | e0c1e3b8e0c1e599 |
EUC-JP | 狠羣狠蝎 | 1110000011000011111001101011101011100000110000111110100111111001 | e0c3e6bae0c3e9f9 |
UTF-8 | 狠羣狠蝎 | 111001111000101110100000111001111011111010100011111001111000101110100000111010001001110110001110 | e78ba0e7bea3e78ba0e89d8e |
UHC | ???蝎 | 0011111100111111001111111100101011101001 | 3f3f3fcae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)