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 | û¡÷¬\ | 1111101110100001111101111010110001011100 | fba1f7ac5c |
SJIS-WIN | ??÷¬\ | 00111111001111111000000110000000100000011100101001011100 | 3f3f818081ca5c |
EUC-JP | û¡÷¬\ | 1000111110101011111001011000111110100010110000101010000111100000101000101100110001011100 | 8fabe58fa2c2a1e0a2cc5c |
UTF-8 | û¡÷¬\ | 110000111011101111000010101000011100001110110111110000101010110001011100 | c3bbc2a1c3b7c2ac5c |
UHC | ?¡÷?\ | 00111111101000101010111010100001110000000011111101011100 | 3fa2aea1c03f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)