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 | ÷õàù¡è | 111101111111010111100000111110011010000111101000 | f7f5e0f9a1e8 |
SJIS-WIN | ÷????? | 10000001100000000011111100111111001111110011111100111111 | 81803f3f3f3f3f |
EUC-JP | ÷õàù¡è | 1010000111100000100011111010101111011000100011111010101110100010100011111010101111100011100011111010001011000010100011111010101110110010 | a1e08fabd88faba28fabe38fa2c28fabb2 |
UTF-8 | ÷õàù¡è | 110000111011011111000011101101011100001110100000110000111011100111000010101000011100001110101000 | c3b7c3b5c3a0c3b9c2a1c3a8 |
UHC | ÷???¡? | 1010000111000000001111110011111100111111101000101010111000111111 | a1c03f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)