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 | õâ¿çD | 100101101111010111100010101111111110011101000100 | 96f5e2bfe744 |
SJIS-WIN | ?????D | 001111110011111100111111001111110011111101000100 | 3f3f3f3f3f44 |
EUC-JP | ?õâ¿çD | 0011111110001111101010111101100010001111101010111010010010001111101000101100010010001111101010111010111001000100 | 3f8fabd88faba48fa2c48fabae44 |
UTF-8 | õâ¿çD | 1100001010010110110000111011010111000011101000101100001010111111110000111010011101000100 | c296c3b5c3a2c2bfc3a744 |
UHC | ???¿?D | 00111111001111110011111110100010101011110011111101000100 | 3f3f3fa2af3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)