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 | ??r{d | 0011111100111111011100100111101101100100 | 3f3f727b64 |
SJIS-WIN | 翊瑪r{d | 11100011110000101110000011110011011100100111101101100100 | e3c2e0f3727b64 |
EUC-JP | 翊瑪r{d | 11100110110001001110000011110101011100100111101101100100 | e6c4e0f5727b64 |
UTF-8 | 翊瑪r{d | 111001111011111110001010111001111001000110101010011100100111101101100100 | e7bf8ae791aa727b64 |
UHC | 翊瑪r{d | 11101100110011011101100010100101011100100111101101100100 | eccdd8a5727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)