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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 弔?憶?亥?\ | 10010010101000100011111110001001101011110011111110001000111001010011111101011100 | 92a23f89af3f88e53f5c |
EUC-JP | 弔?憶?亥?\ | 11000100101001000011111110110010101100010011111110110000111001110011111101011100 | c4a43fb2b13fb0e73f5c |
UTF-8 | 弔렍憶렓亥렑\ | 11100101101111001001010011101011101000001000110111100110100001101011011011101011101000001001001111100100101110101010010111101011101000001001000101011100 | e5bc94eba08de686b6eba093e4baa5eba0915c |
UHC | 弔렍憶렓亥렑\ | 11110000110000001000111010100011111001011110001110001110101010001111101010100100100011101010011001011100 | f0c08ea3e5e38ea8faa48ea65c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)