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?畏 | 10011010110101001000001010001000001111111000100011011000 | 9ad482883f88d8 |
EUC-JP | 墻h?畏 | 11010100110101101010001111101000001111111011000011011010 | d4d6a3e83fb0da |
UTF-8 | 墻h나畏 | 111001011010001010111011111011111011110110001000111010111000001010011000111001111001010110001111 | e5a2bbefbd88eb8298e7958f |
UHC | 墻h나畏 | 1110110111011111101000111110100010110011101010101110100011100110 | eddfa3e8b3aae8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)