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 | 11101000100011001000100111101001101001111000100011100110100001001000000101000110 | e88c89e9a788e6848146 |
EUC-JP | 闌蛾ァ域пF | 1110111111101100101100101110101110001110101001111011000011101000101001111110000101000110 | efecb2eb8ea7b0e8a7e146 |
UTF-8 | 闌蛾ァ域пF | 111010011001011110001100111010001001101110111110111011111011110110100111111001011001111110011111110100001011111101000110 | e9978ce89bbeefbda7e59f9fd0bf46 |
UHC | ?蛾?域пF | 001111111110010010110110001111111110011010110100101011001110000101000110 | 3fe4b63fe6b4ace146 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)