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 | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-WIN | 巐ェ巐樌ーシN | 11111010101101101010101011111010101101101001111011101100101100001011110001001110 | fab6aafab69eecb0bc4e |
EUC-JP | 巐ェ巐樌ーシN | 100011111011101111111001100011101010101010001111101110111111100111011100111011101000111010110000100011101011110001001110 | 8fbbf98eaa8fbbf9dcee8eb08ebc4e |
UTF-8 | 巐ェ巐樌ーシN | 11100101101101111001000011101111101111011010101011100101101101111001000011100110101010001000110011101111101111011011000011101111101111011011110001001110 | e5b790efbdaae5b790e6a88cefbdb0efbdbc4e |
UHC | ??????N | 00111111001111110011111100111111001111110011111101001110 | 3f3f3f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)