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 | 萵イ繧吟 | 111001001110000010110010111000111000001010001011111000011111001010011000 | e4e0b2e3828be1f298 |
EUC-JP | 萵イ繧吟? | 111010001110001010001110101100101110010111100010101101101110001100111111 | e8e28eb2e5e2b6e33f |
UTF-8 | 萵イ繧吟 | 111010001001000010110101111011111011110110110010111001111011100110100111111001011001000010011111111011101000011110001111 | e890b5efbdb2e7b9a7e5909fee878f |
UHC | ???吟? | 001111110011111100111111111010111110000100111111 | 3f3f3febe13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)