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 | ??rB | 00111111001111110111001001000010 | 3f3f7242 |
SJIS-WIN | 炅磁rB | 111110110101000110001110101001010111001001000010 | fb518ea57242 |
EUC-JP | 炅磁rB | 10001111110010011100101010111100101001110111001001000010 | 8fc9cabca77242 |
UTF-8 | 炅磁rB | 1110011110000010100001011110011110100011100000010111001001000010 | e78285e7a3817242 |
UHC | 炅磁rB | 110011001101110111101101101110000111001001000010 | ccddedb87242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)