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 | 髯懈・「貉 | 1110100110011001100111001110011010100101101000101110011010111001 | e9999ce6a5a2e6b9 |
EUC-JP | 髯懈・「貉 | 11110001111110011101100011101000100011101010010110001110101000101110110010111011 | f1f9d8e88ea58ea2ecbb |
UTF-8 | 髯懈・「貉 | 111010011010101110101111111001101000011110001000111011111011110110100101111011111011110110100010111010001011001010001001 | e9abafe68788efbda5efbda2e8b289 |
UHC | ?懈??? | 001111111111101010101011001111110011111100111111 | 3ffaab3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)