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 | âøû[ | 11100010111110001111101101011011 | e2f8fb5b |
SJIS-WIN | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
EUC-JP | âøû[ | 10001111101010111010010010001111101010011100110010001111101010111110010101011011 | 8faba48fa9cc8fabe55b |
UTF-8 | âøû[ | 11000011101000101100001110111000110000111011101101011011 | c3a2c3b8c3bb5b |
UHC | ?ø?[ | 0011111110101001101010100011111101011011 | 3fa9aa3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)