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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮮孀? | 1001000101001110100110110111000100111111 | 914e9b713f |
EUC-JP | 鮮孀? | 1100000110101111110101011101001000111111 | c1afd5d23f |
UTF-8 | 鮮孀葉 | 111010011010111010101110111001011010110110000000111011111010010110101110 | e9aeaee5ad80efa5ae |
UHC | 鮮孀葉 | 111000001101100011011111110001011110000011110001 | e0d8dfc5e0f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)