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 | ìÄ?? | 11101100110001000011111100111111 | ecc43f3f |
SJIS-WIN | ???蹣 | 0011111100111111001111111110011101001001 | 3f3f3fe749 |
EUC-JP | ìÄœ蹣 | 1000111110101011110000001000111110101010101000111000111110101001110011011110110110101010 | 8fabc08faaa38fa9cdedaa |
UTF-8 | ìÄœ蹣 | 110000111010110011000011100001001100010110010011111010001011100110100011 | c3acc384c593e8b9a3 |
UHC | ??œ? | 0011111100111111101010011010101100111111 | 3f3fa9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)