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 | æ¸æ§ | 111001101001010010111000111001101010011110000011 | e694b8e6a783 |
SJIS-WIN | ????§? | 00111111001111110011111100111111100000011001100000111111 | 3f3f3f3f81983f |
EUC-JP | �� | 10001111101010011100000100111111100011111010001010110001100011111010100111000001101000011111100000111111 | 8fa9c13f8fa2b18fa9c1a1f83f |
UTF-8 | æ¸æ§ | 110000111010011011000010100101001100001010111000110000111010011011000010101001111100001010000011 | c3a6c294c2b8c3a6c2a7c283 |
UHC | �� | 10101001101000010011111110100010101011001010100110100001101000011101011100111111 | a9a13fa2aca9a1a1d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)