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 | û¤¤D^ | 1111101110100100101001000100010001011110 | fba4a4445e |
SJIS-WIN | ???D^ | 0011111100111111001111110100010001011110 | 3f3f3f445e |
EUC-JP | û¤¤D^ | 1000111110101011111001011000111110100010111100001000111110100010111100000100010001011110 | 8fabe58fa2f08fa2f0445e |
UTF-8 | û¤¤D^ | 1100001110111011110000101010010011000010101001000100010001011110 | c3bbc2a4c2a4445e |
UHC | ?¤¤D^ | 00111111101000101011010010100010101101000100010001011110 | 3fa2b4a2b4445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)