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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | テ凖崚愿ァF | 110000111001100111000011100110111100001110011100110000111010011101000110 | c399c39bc39cc3a746 |
EUC-JP | テ凖崚愿ァF | 1000111011000011110100101100010111010110110001011101100011000101100011101010011101000110 | 8ec3d2c5d6c5d8c58ea746 |
UTF-8 | テ凖崚愿ァF | 11101111101111101000001111100101100001111001011011100101101101001001101011100110100001001011111111101111101111011010011101000110 | efbe83e58796e5b49ae684bfefbda746 |
UHC | ???愿?F | 00111111001111110011111111101010101101000011111101000110 | 3f3f3feab43f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)