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 | 莉イ隍仙 | 11100100101110111011001011101000101001001001000011100101 | e4bbb2e8a490e5 |
EUC-JP | 莉イ隍仙 | 1110100010111101100011101011001011110000101001101100000011100111 | e8bd8eb2f0a6c0e7 |
UTF-8 | 莉イ隍仙 | 111010001000111010001001111011111011110110110010111010011001101010001101111001001011101110011001 | e88e89efbdb2e99a8de4bb99 |
UHC | 莉?隍仙 | 11010111111010010011111111111100110110111110000010111001 | d7e93ffcdbe0b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)