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 | 銖呵試 | 111001111111000110011001111010001000111010001110 | e7f199e88e8e |
EUC-JP | 銖呵試 | 111011101111001111010010111010101011101111101110 | eef3d2eabbee |
UTF-8 | 銖呵試 | 111010011000101010010110111001011001000110110101111010001010100110100110 | e98a96e591b5e8a9a6 |
UHC | 銖呵試 | 111000101100011111001010101001111110001111001011 | e2c7caa7e3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)