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 | 祭?袁? | 100011011101010100111111111001011100110100111111 | 8dd53fe5cd3f |
EUC-JP | 祭?袁? | 101110101101011100111111111010101100111100111111 | bad73feacf3f |
UTF-8 | 祭렓袁렏 | 111001111010010110101101111010111010000010010011111010001010001010000001111010111010000010001111 | e7a5adeba093e8a281eba08f |
UHC | 祭렓袁렏 | 1111000010101110100011101010100011101010101111101000111010100101 | f0ae8ea8eabe8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)