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 | テ療古佚オ | 1100001110010111110000111000110011000011100110001100001110110101 | c397c38cc398c3b5 |
EUC-JP | テ療古佚オ | 10001110110000111100111011000101101110001100010111010000110001011000111010110101 | 8ec3cec5b8c5d0c58eb5 |
UTF-8 | テ療古佚オ | 111011111011111010000011111001111001100110000010111001011000111110100100111001001011110110011010111011111011110110110101 | efbe83e79982e58fa4e4bd9aefbdb5 |
UHC | ?療古佚? | 0011111111010110111110111100110110101111111011001110101000111111 | 3fd6fbcdafecea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)