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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠇イ逎∝シ。 | 111110111010000110110010111001111010001110000001111001011011110010100001 | fba1b2e7a381e5bca1 |
EUC-JP | ?イ逎∝シ。 | 0011111110001110101100101110111010100101101000101110011110001110101111001000111010100001 | 3f8eb2eea5a2e78ebc8ea1 |
UTF-8 | 蠇イ逎∝シ。 | 111010001010000010000111111011111011110110110010111010011000000010001110111000101000100010011101111011111011110110111100111011111011110110100001 | e8a087efbdb2e9808ee2889defbdbcefbda1 |
UHC | ???∝?? | 00111111001111110011111110100001111100000011111100111111 | 3f3f3fa1f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)