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 | 葉???? | 100101110111010000111111001111110011111100111111 | 97743f3f3f3f |
EUC-JP | 葉??轝? | 1100110111010101001111110011111110001111111000011010101000111111 | cdd53f3f8fe1aa3f |
UTF-8 | 葉띷즸轝루 | 111010001001000110001001111010111001110110110111111011001010011010111000111010001011110110011101111010111010001110101000 | e89189eb9db7eca6b8e8bd9deba3a8 |
UHC | 葉띷즸轝루 | 11100111101010001000110111100110101000111000101011100110101011001011011111100111 | e7a88de6a38ae6acb7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)