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 | ??C??? | 001111110011111101000011001111110011111100111111 | 3f3f433f3f3f |
SJIS-WIN | モ」Cモ」 | 11010011101000110100001111010011101000111111011110100011 | d3a343d3a3f7a3 |
EUC-JP | モ」Cモ」? | 10001110110100111000111010100011010000111000111011010011100011101010001100111111 | 8ed38ea3438ed38ea33f |
UTF-8 | モ」Cモ」 | 11101111101111101001001111101111101111011010001101000011111011111011111010010011111011111011110110100011111011101001011010000110 | efbe93efbda343efbe93efbda3ee9686 |
UHC | ??C??? | 001111110011111101000011001111110011111100111111 | 3f3f433f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)