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 | ßüæ· | 11011111111111001110011010110111 | dffce6b7 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ßüæ? | 10001111101010011100111010001111101010111110010010001111101010011100000100111111 | 8fa9ce8fabe48fa9c13f |
UTF-8 | ßüæ· | 1100001110011111110000111011110011000011101001101100001010110111 | c39fc3bcc3a6c2b7 |
UHC | ß?æ· | 10101001101011000011111110101001101000011010000110100100 | a9ac3fa9a1a1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)