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 | æøû | 10001111111001101111100011111011 | 8fe6f8fb |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ?æøû | 00111111100011111010100111000001100011111010100111001100100011111010101111100101 | 3f8fa9c18fa9cc8fabe5 |
UTF-8 | æøû | 1100001010001111110000111010011011000011101110001100001110111011 | c28fc3a6c3b8c3bb |
UHC | ?æø? | 001111111010100110100001101010011010101000111111 | 3fa9a1a9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)