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 | 瑰瑶糢秕狢 | 11100000111100011110000011110100111000101111010111100010010111011110000011000000 | e0f1e0f4e2f5e25de0c0 |
EUC-JP | 瑰瑶糢秕狢 | 11100000111100111110000011110110111001001111011111100011101111101110000011000010 | e0f3e0f6e4f7e3bee0c2 |
UTF-8 | 瑰瑶糢秕狢 | 111001111001000110110000111001111001000110110110111001111011001110100010111001111010011110010101111001111000101110100010 | e791b0e791b6e7b3a2e7a795e78ba2 |
UHC | ???秕? | 001111110011111100111111110111011111100100111111 | 3f3f3fddf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)