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 | Τ?}Τ?{^ | 100000111011000100111111011111011000001110110001001111110111101101011110 | 83b13f7d83b13f7b5e |
EUC-JP | Τ?}Τ?{^ | 101001101011001100111111011111011010011010110011001111110111101101011110 | a6b33f7da6b33f7b5e |
UTF-8 | Τ֤}Τ֤{^ | 1100111010100100110101101010010001111101110011101010010011010110101001000111101101011110 | cea4d6a47dcea4d6a47b5e |
UHC | Τ?}Τ?{^ | 101001011101001100111111011111011010010111010011001111110111101101011110 | a5d33f7da5d33f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)