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 | 鋧七湜七涖 | 11111011110011111000111010110101111110110100011110001110101101011111101101000000 | fbcf8eb5fb478eb5fb40 |
EUC-JP | 鋧七湜七涖 | 10001111111001001100101110111100101101111000111111000111111111001011110010110111100011111100011111001011 | 8fe4cbbcb78fc7fcbcb78fc7cb |
UTF-8 | 鋧七湜七涖 | 111010011000101110100111111001001011100010000011111001101011100110011100111001001011100010000011111001101011011010010110 | e98ba7e4b883e6b99ce4b883e6b696 |
UHC | ?七湜七? | 0011111111110110110100101110001111010111111101101101001000111111 | 3ff6d2e3d7f6d23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)