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¸û̹\ | 11111100010001111011100011111011110011001011100101011100 | fc47b8fbccb95c |
SJIS-WIN | ?G????\ | 00111111010001110011111100111111001111110011111101011100 | 3f473f3f3f3f5c |
EUC-JP | üG¸ûÌ?\ | 100011111010101111100100010001111000111110100010101100011000111110101011111001011000111110101010110000000011111101011100 | 8fabe4478fa2b18fabe58faac03f5c |
UTF-8 | üG¸û̹\ | 110000111011110001000111110000101011100011000011101110111100001110001100110000101011100101011100 | c3bc47c2b8c3bbc38cc2b95c |
UHC | ?G¸??¹\ | 001111110100011110100010101011000011111100111111101010011111011001011100 | 3f47a2ac3f3fa9f65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)