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 | 舒惜?繕 | 10011000101011101001000011001001001111111001000101010101 | 98ae90c93f9155 |
EUC-JP | 舒惜?繕 | 11010000101100001100000011001011001111111100000110110110 | d0b0c0cb3fc1b6 |
UTF-8 | 舒惜蟬繕 | 111010001000100010010010111001101000001110011100111010001001111110101100111001111011100110010101 | e88892e6839ce89face7b995 |
UHC | 舒惜蟬繕 | 1110000010100010111000001010110111100000110100011110000011001011 | e0a2e0ade0d1e0cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)