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 | 11101001111011011000111010101000011100100111101101100100 | e9ed8ea8727b64 |
EUC-JP | 鳫耳r{d | 11110010111011111011110010101010011100100111101101100100 | f2efbcaa727b64 |
UTF-8 | 鳫耳r{d | 111010011011001110101011111010001000000010110011011100100111101101100100 | e9b3abe880b3727b64 |
UHC | ?耳r{d | 001111111110110010111100011100100111101101100100 | 3fecbc727b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)