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 | é¶è³¤ | 111010011000011110110110111010001011001110100100 | e987b6e8b3a4 |
SJIS-WIN | ??¶??? | 00111111001111111000000111110111001111110011111100111111 | 3f3f81f73f3f3f |
EUC-JP | �� | 10001111101010111011000100111111101000101111100110001111101010111011001000111111100011111010001011110000 | 8fabb13fa2f98fabb23f8fa2f0 |
UTF-8 | é¶è³¤ | 110000111010100111000010100001111100001010110110110000111010100011000010101100111100001010100100 | c3a9c287c2b6c3a8c2b3c2a4 |
UHC | ??¶?³¤ | 001111110011111110100010110100100011111110101001111110001010001010110100 | 3f3fa2d23fa9f8a2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)