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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 踐ъ沖E | 11100110111101101000010010001100100010011010101101000101 | e6f6848c89ab45 |
EUC-JP | 踐ъ沖E | 11101100111110001010011111101100101100101010110101000101 | ecf8a7ecb2ad45 |
UTF-8 | 踐ъ沖E | 111010001011100010010000110100011000101011100110101100101001011001000101 | e8b890d18ae6b29645 |
UHC | 踐ъ沖E | 11110100110000101010110011101100111101011111100001000101 | f4c2acecf5f845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)