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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癬旋楔 | 111000011001110110010000111110011001111010110110 | e19d90f99eb6 |
EUC-JP | 癬旋楔 | 111000011111110111000000111110111101110010111000 | e1fdc0fbdcb8 |
UTF-8 | 癬旋楔 | 111001111001100110101100111001101001011110001011111001101010010110010100 | e799ace6978be6a594 |
UHC | 癬旋楔 | 111000001100100011100000110000011110000011011011 | e0c8e0c1e0db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)