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 | 症「嫉 | 100011111100011111110000100011101010001011110011111011101000111010111001 | 8fc7f08ea2f3ee8eb9 |
EUC-JP | 症?「?嫉 | 1011111011001001001111111000111010100010001111111011110010111011 | bec93f8ea23fbcbb |
UTF-8 | 症「嫉 | 111001111001011110000111111011101000000110001101111011111011110110100010111011101000101110100001111001011010101110001001 | e79787ee818defbda2ee8ba1e5ab89 |
UHC | 症???嫉 | 11110001111110000011111100111111001111111111001011101100 | f1f83f3f3ff2ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)