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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋻賍闕讓シ邯 | 1111101111011001111001101101101011101000100011011110011010101000101111001110011110110110 | fbd9e6dae88de6a8bce7b6 |
EUC-JP | 鋻賍闕讓シ邯 | 10001111111001001101000111101100110111001110111111101101111011001010101010001110101111001110111010111000 | 8fe4d1ecdcefedecaa8ebceeb8 |
UTF-8 | 鋻賍闕讓シ邯 | 111010011000101110111011111010001011001110001101111010011001011110010101111010001010111010010011111011111011110110111100111010011000001010101111 | e98bbbe8b38de99795e8ae93efbdbce982af |
UHC | ??闕讓?邯 | 001111110011111111001111111101001110010111010011001111111100101011111011 | 3f3fcff4e5d33fcafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)