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 | 淀?}淀?{^ | 100101111000010000111111011111011001011110000100001111110111101101011110 | 97843f7d97843f7b5e |
EUC-JP | 淀?}淀?{^ | 110011011110010000111111011111011100110111100100001111110111101101011110 | cde43f7dcde43f7b5e |
UTF-8 | 淀렏}淀렏{^ | 111001101011011110000000111010111010000010001111011111011110011010110111100000001110101110100000100011110111101101011110 | e6b780eba08f7de6b780eba08f7b5e |
UHC | 淀렏}淀렏{^ | 1110111111100011100011101010010101111101111011111110001110001110101001010111101101011110 | efe38ea57defe38ea57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)