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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 易??曖? | 10001000110101010011111100111111100111100100001000111111 | 88d53f3f9e423f |
EUC-JP | 易?ł曖? | 101100001101011100111111100011111010100111001000110110111010001100111111 | b0d73f8fa9c8dba33f |
UTF-8 | 易뚨ł曖퇓 | 1110011010011000100100111110101110011010101010001100010110000010111001101001101110010110111011011000011110010011 | e69893eb9aa8c582e69b96ed8793 |
UHC | 易뚨ł曖퇓 | 11100110101101101000110011100111101010011010100111100100111100101011100001000100 | e6b68ce7a9a9e4f2b844 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)