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 | °øµÑ | 1011000011111000100011111011010111010001 | b0f88fb5d1 |
SJIS-WIN | °???? | 100000011000101100111111001111110011111100111111 | 818b3f3f3f3f |
EUC-JP | °ø??Ñ | 10100001111010111000111110101001110011000011111100111111100011111010101011010000 | a1eb8fa9cc3f3f8faad0 |
UTF-8 | °øµÑ | 11000010101100001100001110111000110000101000111111000010101101011100001110010001 | c2b0c3b8c28fc2b5c391 |
UHC | °ø??? | 10100001110001101010100110101010001111110011111100111111 | a1c6a9aa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)