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 | 際?義? | 100011011101101100111111100010110110000000111111 | 8ddb3f8b603f |
EUC-JP | 際?義? | 101110101101110100111111101101011100000100111111 | badd3fb5c13f |
UTF-8 | 際렠義렓 | 111010011001101010011011111010111010000010100000111001111011111010101001111010111010000010010011 | e99a9beba0a0e7bea9eba093 |
UHC | 際렠義렓 | 1111000010110111100011101011000111101011111110011000111010101000 | f0b78eb1ebf98ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)