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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 族棚\ | 1001000110110000100100100100100101011100 | 91b092495c |
EUC-JP | 族棚\ | 1100001010110010110000111010101001011100 | c2b2c3aa5c |
UTF-8 | 族棚\ | 11100110100101111000111111100110101000111001101001011100 | e6978fe6a39a5c |
UHC | 族棚\ | 1111000011101001110111011101110001011100 | f0e9dddc5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)