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§³F· | 10010010010001111001000110100111100100011011001110010010010001101001000110110111 | 924791a791b3924691b7 |
SJIS-WIN | ?G?§???F?? | 0011111101000111001111111000000110011000001111110011111100111111010001100011111100111111 | 3f473f81983f3f3f463f3f |
EUC-JP | ?G?§???F?? | 0011111101000111001111111010000111111000001111110011111100111111010001100011111100111111 | 3f473fa1f83f3f3f463f3f |
UTF-8 | G§³F· | 110000101001001001000111110000101001000111000010101001111100001010010001110000101011001111000010100100100100011011000010100100011100001010110111 | c29247c291c2a7c291c2b3c29246c291c2b7 |
UHC | ?G?§?³?F?· | 00111111010001110011111110100001110101110011111110101001111110000011111101000110001111111010000110100100 | 3f473fa1d73fa9f83f463fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)