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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 只?以?痍杞 | 10010001111111000011111110001000110010000011111111100001011101111001111001011000 | 91fc3f88c83fe1779e58 |
EUC-JP | 只?以?痍杞 | 11000010111111100011111110110000110010100011111111100001110110001101101110111001 | c2fe3fb0ca3fe1d8dbb9 |
UTF-8 | 只렢以렒痍杞 | 111001011000111110101010111010111010000010100010111001001011101110100101111010111010000010010010111001111001011110001101111001101001110110011110 | e58faaeba0a2e4bba5eba092e7978de69d9e |
UHC | 只렢以렒痍杞 | 111100011111111010001110101100111110110010100100100011101010011111101100101101111101000110100011 | f1fe8eb3eca48ea7ecb7d1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)