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 | 顰先坩礦 | 1110100011111100100100001110011010011010101011101110000111100110 | e8fc90e69aaee1e6 |
EUC-JP | 顰先坩礦 | 1111000011111110110000001110100011010100101100001110001011101000 | f0fec0e8d4b0e2e8 |
UTF-8 | 顰先坩礦 | 111010011010000110110000111001011000010110001000111001011001110110101001111001111010010010100110 | e9a1b0e58588e59da9e7a4a6 |
UHC | ?先?? | 0011111111100000101110110011111100111111 | 3fe0bb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)