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 | ¿? | 1011111100111111 | bf3f |
SJIS-WIN | ?‘ | 001111111000000101100101 | 3f8165 |
EUC-JP | ¿‘ | 1000111110100010110001001010000111000110 | 8fa2c4a1c6 |
UTF-8 | ¿‘ | 1100001010111111111000101000000010011000 | c2bfe28098 |
UHC | ¿‘ | 10100010101011111010000110101110 | a2afa1ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)