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 | Á¥Þû] | 1100000110100101110111101111101101011101 | c1a5defb5d |
SJIS-WIN | ?¥??] | 001111111000000110001111001111110011111101011101 | 3f818f3f3f5d |
EUC-JP | Á?Þû] | 1000111110101010101000010011111110001111101010011011000010001111101010111110010101011101 | 8faaa13f8fa9b08fabe55d |
UTF-8 | Á¥Þû] | 110000111000000111000010101001011100001110011110110000111011101101011101 | c381c2a5c39ec3bb5d |
UHC | ??Þ?] | 001111110011111110101000101011010011111101011101 | 3f3fa8ad3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)