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 | 霑ェ譎ァム撒 | 111010001011111110101010111001101001100110100111110100011000111001010100 | e8bfaae699a7d18e54 |
EUC-JP | 霑ェ譎ァム撒 | 111100001100000110001110101010101110101111111001100011101010011110001110110100011011101110110101 | f0c18eaaebf98ea78ed1bbb5 |
UTF-8 | 霑ェ譎ァム撒 | 111010011001110010010001111011111011110110101010111010001010110110001110111011111011110110100111111011111011111010010001111001101001001010010010 | e99c91efbdaae8ad8eefbda7efbe91e69292 |
UHC | 霑?譎??撒 | 111011111100010100111111111111011101001000111111001111111101111110101110 | efc53ffdd23f3fdfae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)