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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萵イ繧吟 | 11100100111000001011001011100011100000101000101111100001 | e4e0b2e3828be1 |
EUC-JP | 萵イ繧吟 | 1110100011100010100011101011001011100101111000101011011011100011 | e8e28eb2e5e2b6e3 |
UTF-8 | 萵イ繧吟 | 111010001001000010110101111011111011110110110010111001111011100110100111111001011001000010011111 | e890b5efbdb2e7b9a7e5909f |
UHC | ???吟 | 0011111100111111001111111110101111100001 | 3f3f3febe1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)