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 | Þõà±ð | 1101111011110101111000001011000111110000 | def5e0b1f0 |
SJIS-WIN | ???±? | 001111110011111100111111100000010111110100111111 | 3f3f3f817d3f |
EUC-JP | Þõà±ð | 1000111110101001101100001000111110101011110110001000111110101011101000101010000111011110100011111010100111000011 | 8fa9b08fabd88faba2a1de8fa9c3 |
UTF-8 | Þõà±ð | 11000011100111101100001110110101110000111010000011000010101100011100001110110000 | c39ec3b5c3a0c2b1c3b0 |
UHC | Þ??±ð | 1010100010101101001111110011111110100001101111101010100110100011 | a8ad3f3fa1bea9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)