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ÑÙüGÑÙ^ | 111111000100011111010001110110011111110001000111110100011101100101011110 | fc47d1d9fc47d1d95e |
SJIS-WIN | ?G???G??^ | 001111110100011100111111001111110011111101000111001111110011111101011110 | 3f473f3f3f473f3f5e |
EUC-JP | üGÑÙüGÑÙ^ | 100011111010101111100100010001111000111110101010110100001000111110101010111000111000111110101011111001000100011110001111101010101101000010001111101010101110001101011110 | 8fabe4478faad08faae38fabe4478faad08faae35e |
UTF-8 | üGÑÙüGÑÙ^ | 110000111011110001000111110000111001000111000011100110011100001110111100010001111100001110010001110000111001100101011110 | c3bc47c391c399c3bc47c391c3995e |
UHC | ?G???G??^ | 001111110100011100111111001111110011111101000111001111110011111101011110 | 3f473f3f3f473f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)