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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 足食}足食{^ | 1001000110101011100100000100100001111101100100011010101110010000010010000111101101011110 | 91ab90487d91ab90487b5e |
EUC-JP | 足食}足食{^ | 1100001010101101101111111010100101111101110000101010110110111111101010010111101101011110 | c2adbfa97dc2adbfa97b5e |
UTF-8 | 足食}足食{^ | 111010001011011010110011111010011010001110011111011111011110100010110110101100111110100110100011100111110111101101011110 | e8b6b3e9a39f7de8b6b3e9a39f7b5e |
UHC | 足食}足食{^ | 1111000011101011111000111101110101111101111100001110101111100011110111010111101101011110 | f0ebe3dd7df0ebe3dd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)