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 | ÷õàù¡ | 1111011111110101111000001111100110100001 | f7f5e0f9a1 |
SJIS-WIN | ÷???? | 100000011000000000111111001111110011111100111111 | 81803f3f3f3f |
EUC-JP | ÷õàù¡ | 1010000111100000100011111010101111011000100011111010101110100010100011111010101111100011100011111010001011000010 | a1e08fabd88faba28fabe38fa2c2 |
UTF-8 | ÷õàù¡ | 11000011101101111100001110110101110000111010000011000011101110011100001010100001 | c3b7c3b5c3a0c3b9c2a1 |
UHC | ÷???¡ | 10100001110000000011111100111111001111111010001010101110 | a1c03f3f3fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)