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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?斑牝 | 0011111110010100110000011001011011000100 | 3f94c196c4 |
EUC-JP | 珽斑牝 | 10001111110010111111111011001000110000111100110011000110 | 8fcbfec8c3ccc6 |
UTF-8 | 珽斑牝 | 111001111000111110111101111001101001011010010001111001111000100110011101 | e78fbde69691e7899d |
UHC | 珽斑牝 | 111011111110101011011010111010001101111010110110 | efeadae8deb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)