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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 湘擎}湘擎{^ | 1000111111000011111110101100110001111101100011111100001111111010110011000111101101011110 | 8fc3facc7d8fc3facc7b5e |
EUC-JP | 湘擎}湘擎{^ | 10111110110001011000111111000001101001100111110110111110110001011000111111000001101001100111101101011110 | bec58fc1a67dbec58fc1a67b5e |
UTF-8 | 湘擎}湘擎{^ | 111001101011100110011000111001101001001110001110011111011110011010111001100110001110011010010011100011100111101101011110 | e6b998e6938e7de6b998e6938e7b5e |
UHC | 湘擎}湘擎{^ | 1101111111001111110011001101011001111101110111111100111111001100110101100111101101011110 | dfcfccd67ddfcfccd67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)