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 | çç¤G | 11100111100101001001111011100111100101011010010001000111 | e7949ee795a447 |
SJIS-WIN | ??????G | 00111111001111110011111100111111001111110011111101000111 | 3f3f3f3f3f3f47 |
EUC-JP | ç??ç?¤G | 10001111101010111010111000111111001111111000111110101011101011100011111110001111101000101111000001000111 | 8fabae3f3f8fabae3f8fa2f047 |
UTF-8 | çç¤G | 11000011101001111100001010010100110000101001111011000011101001111100001010010101110000101010010001000111 | c3a7c294c29ec3a7c295c2a447 |
UHC | ?????¤G | 0011111100111111001111110011111100111111101000101011010001000111 | 3f3f3f3f3fa2b447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)