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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?漑?鑒B | 00111111100111111111001000111111111010000110011101000010 | 3f9ff23fe86742 |
EUC-JP | ?漑?鑒B | 00111111110111101111010000111111111011111100100001000010 | 3fdef43fefc842 |
UTF-8 | 츌漑츌鑒B | 11101100101110001000110011100110101111001001000111101100101110001000110011101001100100011001001001000010 | ecb88ce6bc91ecb88ce9919242 |
UHC | 츌漑츌鑒B | 110000111111010011001011110010011100001111110100110010101111110101000010 | c3f4cbc9c3f4cafd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)