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 | 湘嵭}湘嵭{^ | 1000111111000011111110101011001101111101100011111100001111111010101100110111101101011110 | 8fc3fab37d8fc3fab37b5e |
EUC-JP | 湘嵭}湘嵭{^ | 10111110110001011000111110111011110111100111110110111110110001011000111110111011110111100111101101011110 | bec58fbbde7dbec58fbbde7b5e |
UTF-8 | 湘嵭}湘嵭{^ | 111001101011100110011000111001011011010110101101011111011110011010111001100110001110010110110101101011010111101101011110 | e6b998e5b5ad7de6b998e5b5ad7b5e |
UHC | 湘?}湘?{^ | 110111111100111100111111011111011101111111001111001111110111101101011110 | dfcf3f7ddfcf3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)