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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 慂ц??? | 10011100110010001000010010001000001111110011111100111111 | 9cc884883f3f3f |
EUC-JP | 慂ц?濚? | 110110001100101010100111111010000011111110001111110010011010000100111111 | d8caa7e83f8fc9a13f |
UTF-8 | 慂ц뇵濚꺨 | 1110011010000101100000101101000110000110111010111000011110110101111001101011111110011010111010101011101010101000 | e68582d186eb87b5e6bf9aeabaa8 |
UHC | 慂ц뇵濚꺨 | 11101001101111011010110011101000100001111001100111100111101110011000001111001110 | e9bdace88799e7b983ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)