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 | ?顔顔額 | 00111111100010101110011110001010111001111000101001111010 | 3f8ae78ae78a7a |
EUC-JP | 棅顔顔額 | 100011111100001111111011101101001110100110110100111010011011001111011011 | 8fc3fbb4e9b4e9b3db |
UTF-8 | 棅顔顔額 | 111001101010001110000101111010011010000110010100111010011010000110010100111010011010000110001101 | e6a385e9a194e9a194e9a18d |
UHC | 棅顔顔額 | 1101110010111000111001001101010011100100110101001110010011111110 | dcb8e4d4e4d4e4fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)