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 | 莉イ闡幎 | 11100100101110111011001011101000100100011001101111101011 | e4bbb2e8919beb |
EUC-JP | 莉イ闡幎 | 1110100010111101100011101011001011101111111100011101011011101101 | e8bd8eb2eff1d6ed |
UTF-8 | 莉イ闡幎 | 111010001000111010001001111011111011110110110010111010011001011110100001111001011011100110001110 | e88e89efbdb2e997a1e5b98e |
UHC | 莉?闡? | 110101111110100100111111111101001100010100111111 | d7e93ff4c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)