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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?А託 | 0011111110000100010000001001000111110101 | 3f844091f5 |
EUC-JP | ?А託 | 0011111110100111101000011100001011110111 | 3fa7a1c2f7 |
UTF-8 | 룴А託 | 1110101110100011101101001101000010010000111010001010100010010111 | eba3b4d090e8a897 |
UHC | 룴А託 | 100011111010100110101100101000011111011011111110 | 8fa9aca1f6fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)