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 | 帳h?易 | 10010010101000001000001010001000001111111000100011010101 | 92a082883f88d5 |
EUC-JP | 帳h?易 | 11000100101000101010001111101000001111111011000011010111 | c4a2a3e83fb0d7 |
UTF-8 | 帳h나易 | 111001011011100010110011111011111011110110001000111010111000001010011000111001101001100010010011 | e5b8b3efbd88eb8298e69893 |
UHC | 帳h나易 | 1110110111100011101000111110100010110011101010101110011010110110 | ede3a3e8b3aae6b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)