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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鋺エミ辛 | 111001111111101010110100110100001001000001101000 | e7fab4d09068 |
EUC-JP | 鋺エミ辛 | 1110111011111100100011101011010010001110110100001011111111001001 | eefc8eb48ed0bfc9 |
UTF-8 | 鋺エミ辛 | 111010011000101110111010111011111011110110110100111011111011111010010000111010001011111010011011 | e98bbaefbdb4efbe90e8be9b |
UHC | ???辛 | 0011111100111111001111111110001111110100 | 3f3f3fe3f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)