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 | 佇籠?? | 100110001100100011100010110001000011111100111111 | 98c8e2c43f3f |
EUC-JP | 佇籠?? | 110100001100101011100100110001100011111100111111 | d0cae4c63f3f |
UTF-8 | 佇籠렚렣 | 111001001011110110000111111001111011000110100000111010111010000010011010111010111010000010100011 | e4bd87e7b1a0eba09aeba0a3 |
UHC | 佇籠렚렣 | 1110111010110111110101101110101110001110101011011000111010110100 | eeb7d6eb8ead8eb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)