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 | îé¬Þî | 1110111011101001101011001101111011101110 | eee9acdeee |
SJIS-WIN | ??¬?? | 001111110011111110000001110010100011111100111111 | 3f3f81ca3f3f |
EUC-JP | îé¬Þî | 1000111110101011110000101000111110101011101100011010001011001100100011111010100110110000100011111010101111000010 | 8fabc28fabb1a2cc8fa9b08fabc2 |
UTF-8 | îé¬Þî | 11000011101011101100001110101001110000101010110011000011100111101100001110101110 | c3aec3a9c2acc39ec3ae |
UHC | ???Þ? | 001111110011111100111111101010001010110100111111 | 3f3f3fa8ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)