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 | åÞêNäW | 111001011101111011101010010011101110010001010111 | e5deea4ee457 |
SJIS-WIN | ???N?W | 001111110011111100111111010011100011111101010111 | 3f3f3f4e3f57 |
EUC-JP | åÞêNäW | 1000111110101011101010011000111110101001101100001000111110101011101101000100111010001111101010111010001101010111 | 8faba98fa9b08fabb44e8faba357 |
UTF-8 | åÞêNäW | 11000011101001011100001110011110110000111010101001001110110000111010010001010111 | c3a5c39ec3aa4ec3a457 |
UHC | ?Þ?N?W | 00111111101010001010110100111111010011100011111101010111 | 3fa8ad3f4e3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)