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 | ]èh}]èh{^ | 1001011101011101111010000110100001111101100101110101110111101000011010000111101101011110 | 975de8687d975de8687b5e |
SJIS-WIN | ?]?h}?]?h{^ | 0011111101011101001111110110100001111101001111110101110100111111011010000111101101011110 | 3f5d3f687d3f5d3f687b5e |
EUC-JP | ?]èh}?]èh{^ | 001111110101110110001111101010111011001001101000011111010011111101011101100011111010101110110010011010000111101101011110 | 3f5d8fabb2687d3f5d8fabb2687b5e |
UTF-8 | ]èh}]èh{^ | 110000101001011101011101110000111010100001101000011111011100001010010111010111011100001110101000011010000111101101011110 | c2975dc3a8687dc2975dc3a8687b5e |
UHC | ?]?h}?]?h{^ | 0011111101011101001111110110100001111101001111110101110100111111011010000111101101011110 | 3f5d3f687d3f5d3f687b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)