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 | ëæ¸æ | 11101011111001101011100011100110 | ebe6b8e6 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ëæ¸æ | 100011111010101110110011100011111010100111000001100011111010001010110001100011111010100111000001 | 8fabb38fa9c18fa2b18fa9c1 |
UTF-8 | ëæ¸æ | 1100001110101011110000111010011011000010101110001100001110100110 | c3abc3a6c2b8c3a6 |
UHC | ?æ¸æ | 00111111101010011010000110100010101011001010100110100001 | 3fa9a1a2aca9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)