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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 褻縄ソォ褻 | 1110010111110110100100111110101010111111101010111110010111110110 | e5f693eabfabe5f6 |
EUC-JP | 褻縄ソォ褻 | 11101010111110001100011011101100100011101011111110001110101010111110101011111000 | eaf8c6ec8ebf8eabeaf8 |
UTF-8 | 褻縄ソォ褻 | 111010001010010010111011111001111011100010000100111011111011110110111111111011111011110110101011111010001010010010111011 | e8a4bbe7b884efbdbfefbdabe8a4bb |
UHC | 褻???褻 | 11100000111000010011111100111111001111111110000011100001 | e0e13f3f3fe0e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)