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 | テ療愿療弯 | 110000111001011111000011100111001100001110010111110000111001110001011110 | c397c39cc397c39c5e |
EUC-JP | テ療愿療弯 | 10001110110000111100111011000101110110001100010111001110110001011101011110111111 | 8ec3cec5d8c5cec5d7bf |
UTF-8 | テ療愿療弯 | 111011111011111010000011111001111001100110000010111001101000010010111111111001111001100110000010111001011011110010101111 | efbe83e79982e684bfe79982e5bcaf |
UHC | ?療愿療? | 0011111111010110111110111110101010110100110101101111101100111111 | 3fd6fbeab4d6fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)