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 | 瑰瑶糢秕 | 1110000011110001111000001111010011100010111101011110001001011101 | e0f1e0f4e2f5e25d |
EUC-JP | 瑰瑶糢秕 | 1110000011110011111000001111011011100100111101111110001110111110 | e0f3e0f6e4f7e3be |
UTF-8 | 瑰瑶糢秕 | 111001111001000110110000111001111001000110110110111001111011001110100010111001111010011110010101 | e791b0e791b6e7b3a2e7a795 |
UHC | ???秕 | 0011111100111111001111111101110111111001 | 3f3f3fddf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)