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ÃÏB | 111111000100011111000011110011111111110001000111110000111100111101000010 | fc47c3cffc47c3cf42 |
SJIS-WIN | ?G???G??B | 001111110100011100111111001111110011111101000111001111110011111101000010 | 3f473f3f3f473f3f42 |
EUC-JP | üGÃÏüGÃÏB | 100011111010101111100100010001111000111110101010101010101000111110101010110000011000111110101011111001000100011110001111101010101010101010001111101010101100000101000010 | 8fabe4478faaaa8faac18fabe4478faaaa8faac142 |
UTF-8 | üGÃÏüGÃÏB | 110000111011110001000111110000111000001111000011100011111100001110111100010001111100001110000011110000111000111101000010 | c3bc47c383c38fc3bc47c383c38f42 |
UHC | ?G???G??B | 001111110100011100111111001111110011111101000111001111110011111101000010 | 3f473f3f3f473f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)