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 | GFþ~K | 1001001001000111100100100100011010010001111111100111111001001011 | 9247924691fe7e4b |
SJIS-WIN | ?G?F??~K | 0011111101000111001111110100011000111111001111110111111001001011 | 3f473f463f3f7e4b |
EUC-JP | ?G?F?þ~K | 00111111010001110011111101000110001111111000111110101001110100000111111001001011 | 3f473f463f8fa9d07e4b |
UTF-8 | GFþ~K | 110000101001001001000111110000101001001001000110110000101001000111000011101111100111111001001011 | c29247c29246c291c3be7e4b |
UHC | ?G?F?þ~K | 001111110100011100111111010001100011111110101001101011010111111001001011 | 3f473f463fa9ad7e4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)