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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霑ェ譎ァム珊 | 111010001011111110101010111001101001100110100111110100011000111001011000 | e8bfaae699a7d18e58 |
EUC-JP | 霑ェ譎ァム珊 | 111100001100000110001110101010101110101111111001100011101010011110001110110100011011101110111001 | f0c18eaaebf98ea78ed1bbb9 |
UTF-8 | 霑ェ譎ァム珊 | 111010011001110010010001111011111011110110101010111010001010110110001110111011111011110110100111111011111011111010010001111001111000111110001010 | e99c91efbdaae8ad8eefbda7efbe91e78f8a |
UHC | 霑?譎??珊 | 111011111100010100111111111111011101001000111111001111111101111110100110 | efc53ffdd23f3fdfa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)