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 | 易??曖 | 100010001101010100111111001111111001111001000010 | 88d53f3f9e42 |
EUC-JP | 易?ł曖 | 1011000011010111001111111000111110101001110010001101101110100011 | b0d73f8fa9c8dba3 |
UTF-8 | 易뚨ł曖 | 1110011010011000100100111110101110011010101010001100010110000010111001101001101110010110 | e69893eb9aa8c582e69b96 |
UHC | 易뚨ł曖 | 1110011010110110100011001110011110101001101010011110010011110010 | e6b68ce7a9a9e4f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)