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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 戾┡룴ⓩ呂 | 111001101000100010111110111000101001010010100001111010111010001110110100111000101001001110101001111011111010011010000000 | e688bee294a1eba3b4e293a9efa680 |
UHC | 戾┡룴ⓩ呂 | 11010101111010001010011011001011100011111010100110101000111001101110010111111011 | d5e8a6cb8fa9a8e6e5fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)