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 | äè?? | 11100100111010000011111100111111 | e4e83f3f |
SJIS-WIN | ???蹉 | 0011111100111111001111111110011101000001 | 3f3f3fe741 |
EUC-JP | äèœ蹉 | 1000111110101011101000111000111110101011101100101000111110101001110011011110110110100010 | 8faba38fabb28fa9cdeda2 |
UTF-8 | äèœ蹉 | 110000111010010011000011101010001100010110010011111010001011100110001001 | c3a4c3a8c593e8b989 |
UHC | ??œ蹉 | 001111110011111110101001101010111111001110110010 | 3f3fa9abf3b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)