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 | ò§êÞ | 11110010101001111110101011011110 | f2a7eade |
SJIS-WIN | ?§?? | 0011111110000001100110000011111100111111 | 3f81983f3f |
EUC-JP | ò§êÞ | 1000111110101011110100101010000111111000100011111010101110110100100011111010100110110000 | 8fabd2a1f88fabb48fa9b0 |
UTF-8 | ò§êÞ | 1100001110110010110000101010011111000011101010101100001110011110 | c3b2c2a7c3aac39e |
UHC | ?§?Þ | 001111111010000111010111001111111010100010101101 | 3fa1d73fa8ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)