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 | 邀・陋セ粃 | 1110011110110001101001011110100010011011101111101110001011100001 | e7b1a5e89bbee2e1 |
EUC-JP | 邀・陋セ粃 | 11101110101100111000111010100101111011111111101110001110101111101110010011100011 | eeb38ea5effb8ebee4e3 |
UTF-8 | 邀・陋セ粃 | 111010011000001010000000111011111011110110100101111010011001100110001011111011111011110110111110111001111011001010000011 | e98280efbda5e9998befbdbee7b283 |
UHC | 邀?陋?粃 | 1110100110101101001111111101011110110000001111111101110111111011 | e9ad3fd7b03fddfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)