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 | äþno | 11100100111111100110111001101111 | e4fe6e6f |
SJIS-WIN | ??no | 00111111001111110110111001101111 | 3f3f6e6f |
EUC-JP | äþno | 1000111110101011101000111000111110101001110100000110111001101111 | 8faba38fa9d06e6f |
UTF-8 | äþno | 110000111010010011000011101111100110111001101111 | c3a4c3be6e6f |
UHC | ?þno | 0011111110101001101011010110111001101111 | 3fa9ad6e6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)