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ä¿ | 11111100010001111110010010111111 | fc47e4bf |
SJIS-WIN | ?G?? | 00111111010001110011111100111111 | 3f473f3f |
EUC-JP | üGä¿ | 10001111101010111110010001000111100011111010101110100011100011111010001011000100 | 8fabe4478faba38fa2c4 |
UTF-8 | üGä¿ | 11000011101111000100011111000011101001001100001010111111 | c3bc47c3a4c2bf |
UHC | ?G?¿ | 0011111101000111001111111010001010101111 | 3f473fa2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)