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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 奝而鍾 | 111110101010001010001110101001111000111111011111 | faa28ea78fdf |
EUC-JP | 奝而鍾 | 10001111101110001111100010111100101010011011111011100001 | 8fb8f8bca9bee1 |
UTF-8 | 奝而鍾 | 111001011010010110011101111010001000000010001100111010011000110110111110 | e5a59de8808ce98dbe |
UHC | ?而鍾 | 0011111111101100101110111111000110100011 | 3fecbbf1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)