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 | 質宍霖 | 11110000110000001000111010111111111100001011100010001110101100111110100011000001 | f0c08ebff0b88eb3e8c1 |
EUC-JP | ?質?宍霖 | 0011111110111100110000010011111110111100101101011111000011000011 | 3fbcc13fbcb5f0c3 |
UTF-8 | 質宍霖 | 111011101000000110111111111010001011001110101010111011101000000110110111111001011010111010001101111010011001110010010110 | ee81bfe8b3aaee81b7e5ae8de99c96 |
UHC | ?質??霖 | 00111111111100101111010100111111001111111101011111111101 | 3ff2f53f3fd7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)