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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 菴号Й絆 | 1110010010111101100011011000011010000100010010101110001101001010 | e4bd8d86844ae34a |
EUC-JP | 菴号Й絆 | 1110100010111111101110011110011010100111101010111110010110101011 | e8bfb9e6a7abe5ab |
UTF-8 | 菴号Й絆 | 1110100010001111101101001110010110001111101101111101000010011001111001111011010110000110 | e88fb4e58fb7d099e7b586 |
UHC | 菴?Й絆 | 11100100111000000011111110101100101010111101101011110100 | e4e03facabdaf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)