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 | ñ÷Èé±ùå | 11110001111101111100100011101001101100011111100111100101 | f1f7c8e9b1f9e5 |
SJIS-WIN | ?÷??±?? | 001111111000000110000000001111110011111110000001011111010011111100111111 | 3f81803f3f817d3f3f |
EUC-JP | ñ÷Èé±ùå | 10001111101010111101000010100001111000001000111110101010101100101000111110101011101100011010000111011110100011111010101111100011100011111010101110101001 | 8fabd0a1e08faab28fabb1a1de8fabe38faba9 |
UTF-8 | ñ÷Èé±ùå | 1100001110110001110000111011011111000011100010001100001110101001110000101011000111000011101110011100001110100101 | c3b1c3b7c388c3a9c2b1c3b9c3a5 |
UHC | ?÷??±?? | 001111111010000111000000001111110011111110100001101111100011111100111111 | 3fa1c03f3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)