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? | 0011111100111111001111110100010100111111 | 3f3f3f453f |
SJIS-WIN | 踐ъ沖E踐 | 111001101111011010000100100011001000100110101011010001011110011011110110 | e6f6848c89ab45e6f6 |
EUC-JP | 踐ъ沖E踐 | 111011001111100010100111111011001011001010101101010001011110110011111000 | ecf8a7ecb2ad45ecf8 |
UTF-8 | 踐ъ沖E踐 | 111010001011100010010000110100011000101011100110101100101001011001000101111010001011100010010000 | e8b890d18ae6b29645e8b890 |
UHC | 踐ъ沖E踐 | 111101001100001010101100111011001111010111111000010001011111010011000010 | f4c2acecf5f845f4c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)