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 | 髦ョ豕悟ァ辛 | 11101001100110001010111011100110101100111000110011100101101001111001000001101000 | e998aee6b38ce5a79068 |
EUC-JP | 髦ョ豕悟ァ辛 | 111100011111100010001110101011101110110010110101101110001110011110001110101001111011111111001001 | f1f88eaeecb5b8e78ea7bfc9 |
UTF-8 | 髦ョ豕悟ァ辛 | 111010011010101110100110111011111011110110101110111010001011000110010101111001101000001010011111111011111011110110100111111010001011111010011011 | e9aba6efbdaee8b195e6829fefbda7e8be9b |
UHC | ??豕悟?辛 | 001111110011111111100011110011101110011111110110001111111110001111110100 | 3f3fe3cee7f63fe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)