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 | û§}û§{^ | 111110111010011110011101011111011111101110100111100111010111101101011110 | fba79d7dfba79d7b5e |
SJIS-WIN | ?§?}?§?{^ | 0011111110000001100110000011111101111101001111111000000110011000001111110111101101011110 | 3f81983f7d3f81983f7b5e |
EUC-JP | û§?}û§?{^ | 100011111010101111100101101000011111100000111111011111011000111110101011111001011010000111111000001111110111101101011110 | 8fabe5a1f83f7d8fabe5a1f83f7b5e |
UTF-8 | û§}û§{^ | 110000111011101111000010101001111100001010011101011111011100001110111011110000101010011111000010100111010111101101011110 | c3bbc2a7c29d7dc3bbc2a7c29d7b5e |
UHC | ?§?}?§?{^ | 0011111110100001110101110011111101111101001111111010000111010111001111110111101101011110 | 3fa1d73f7d3fa1d73f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)